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
public class JaninoRuntimeException extends RuntimeException
All Janino components that throwRuntimeException
throw this subclass to allow for client libraries to intercept them more easily.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaninoRuntimeException()
JaninoRuntimeException(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
-
-