Class UnifiedJEXL.Exception

All Implemented Interfaces:
Serializable
Enclosing class:
UnifiedJEXL

public static class UnifiedJEXL.Exception extends RuntimeException
The sole type of (runtime) exception the UnifiedJEXL can throw.
See Also:
  • Constructor Details

    • Exception

      public Exception(String msg, Throwable cause)
      Creates a UnifiedJEXL.Exception.
      Parameters:
      msg - the exception message
      cause - the exception cause