com.webcodepro.applecommander.compiler
Class CompileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.webcodepro.applecommander.compiler.CompileException
All Implemented Interfaces:
java.io.Serializable

public class CompileException
extends java.lang.Exception

Indicates a compile exception of some sort occurred.

Author:
Rob
See Also:
Serialized Form

Constructor Summary
CompileException()
          Create a CompileException.
CompileException(java.lang.String arg0)
          Create a CompileException.
CompileException(java.lang.String arg0, java.lang.Throwable arg1)
          Create a CompileException.
CompileException(java.lang.Throwable arg0)
          Create a CompileException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompileException

public CompileException()
Create a CompileException.


CompileException

public CompileException(java.lang.String arg0)
Create a CompileException.


CompileException

public CompileException(java.lang.String arg0,
                        java.lang.Throwable arg1)
Create a CompileException.


CompileException

public CompileException(java.lang.Throwable arg0)
Create a CompileException.