org.apache.commons.jexl
Class JexlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
JexlException(java.lang.String message)
           
JexlException(java.lang.String message, java.lang.Throwable cause)
           
JexlException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.