org.apache.commons.jexl2
Class UnifiedJEXL.Exception

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

Constructor Summary
UnifiedJEXL.Exception(String msg, Throwable cause)
          Creates a UnifiedJEXL.Exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

UnifiedJEXL.Exception

public UnifiedJEXL.Exception(String msg,
                             Throwable cause)
Creates a UnifiedJEXL.Exception.

Parameters:
msg - the exception message
cause - the exception cause


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.