Class UnifiedJEXL.Exception

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

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

      Constructors 
      Constructor Description
      Exception​(java.lang.String msg, java.lang.Throwable cause)
      Creates a UnifiedJEXL.Exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Exception

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