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:
java.io.Serializable
public class JaninoRuntimeException extends java.lang.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(java.lang.String message)
JaninoRuntimeException(java.lang.String message, java.lang.Throwable t)
-