org.apache.commons.jexl
Class JexlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.jexl.JexlException
- All Implemented Interfaces:
- java.io.Serializable
public class JexlException
- extends java.lang.Exception
Signals an error inside JEXL.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Method Summary |
java.lang.Throwable |
getCause()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JexlException
public JexlException(java.lang.String message)
JexlException
public JexlException(java.lang.String message,
java.lang.Throwable cause)
JexlException
public JexlException(java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.