Package org.codehaus.janino
Class JaninoRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.janino.JaninoRuntimeException
- All Implemented Interfaces:
Serializable
All Janino components that throw
RuntimeException
throw this subclass
to allow for client libraries to intercept them more easily.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJaninoRuntimeException
(String message) JaninoRuntimeException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JaninoRuntimeException
public JaninoRuntimeException() -
JaninoRuntimeException
-
JaninoRuntimeException
-