org.apache.oozie.util
Class ELEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 © 2013 Apache Software Foundation. All Rights Reserved.