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 throw RuntimeException throw this subclass
to allow for client libraries to intercept them more easily.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JaninoRuntimeException
public JaninoRuntimeException()
JaninoRuntimeException
public JaninoRuntimeException(String message)
JaninoRuntimeException
public JaninoRuntimeException(String message,
Throwable t)