Class JxltEngine.Exception

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JxltEngine

    public static class JxltEngine.Exception
    extends JexlException
    The sole type of (runtime) exception the JxltEngine can throw.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Exception

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