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:
- Serializable
- Enclosing class:
- UnifiedJEXL
public static class UnifiedJEXL.Exception
- extends RuntimeException
The sole type of (runtime) exception the UnifiedJEXL can throw.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnifiedJEXL.Exception
public UnifiedJEXL.Exception(String msg,
Throwable cause)
- Creates a UnifiedJEXL.Exception.
- Parameters:
msg
- the exception messagecause
- the exception cause
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.