Class CompileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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.
-
-
-
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.
-
-