Package org.apache.commons.jexl2
Class UnifiedJEXL.Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.commons.jexl2.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.
-