org.apache.oozie.util
Class ELEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oozie.util.ELEvaluationException
All Implemented Interfaces:
Serializable

public class ELEvaluationException
extends Exception

Exception thrown by EL functions when they find a transient error.

See Also:
Serialized Form

Constructor Summary
ELEvaluationException(String message, Throwable cause)
          Create a EL evaluation exception.
ELEvaluationException(Throwable cause)
          Create a EL evaluation 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

ELEvaluationException

public ELEvaluationException(String message,
                             Throwable cause)
Create a EL evaluation exception.

Parameters:
message - exception message.
cause - exception cause.

ELEvaluationException

public ELEvaluationException(Throwable cause)
Create a EL evaluation exception.

Parameters:
cause - exception cause.


Copyright © 2012 Apache Software Foundation. All Rights Reserved.