Class JxltEngine.Exception

All Implemented Interfaces:
Serializable
Enclosing class:
JxltEngine

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

    • Exception

      public Exception(JexlInfo info, String msg, Throwable cause)
      Creates an Exception.
      Parameters:
      info - the contextual information
      msg - the exception message
      cause - the exception cause