|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.api.MuleRuntimeException
org.mule.api.expression.ExpressionRuntimeException
org.mule.api.expression.RequiredValueException
public class RequiredValueException
Is thrown explicitly when an expression is executed that returns a null value when a value is required. Typically, this exception will only be thrown by Mule-specific evaluators such as Header or Attachment.
Constructor Summary | |
---|---|
RequiredValueException(Message message)
|
|
RequiredValueException(Message message,
java.lang.Throwable cause)
|
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 |
---|
public RequiredValueException(Message message)
public RequiredValueException(Message message, java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |