Package org.spf4j.zel.vm
Class CompileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spf4j.zel.vm.CompileException
-
- All Implemented Interfaces:
Serializable
public class CompileException extends Exception
- Author:
- zoly
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompileException(String message)CompileException(String message, Throwable cause)CompileException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-