org.mule.util.expression
Class ExpressionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.api.MuleRuntimeException
org.mule.util.expression.ExpressionRuntimeException
- All Implemented Interfaces:
- Serializable
public class ExpressionRuntimeException
- extends MuleRuntimeException
If thrown by the ExpressionEvaluatorManager
if an expression returns null
and failIfNull was set when ExpressionEvaluatorManager.evaluate(String, Object, boolean)
was called.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExpressionRuntimeException
public ExpressionRuntimeException(Message message)
- Parameters:
message
- the exception message
ExpressionRuntimeException
public ExpressionRuntimeException(Message message,
Throwable cause)
- Parameters:
message
- the exception messagecause
- the exception that triggered this exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.