Class 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:
  • Constructor Details

    • JaninoRuntimeException

      public JaninoRuntimeException()
    • JaninoRuntimeException

      public JaninoRuntimeException(String message)
    • JaninoRuntimeException

      public JaninoRuntimeException(String message, Throwable t)