Package org.apache.camel
Class NoSuchVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.apache.camel.NoSuchVariableException
- All Implemented Interfaces:
Serializable
An exception caused when a mandatory variable is not available
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchVariableException
(Exchange exchange, String variableName) NoSuchVariableException
(Exchange exchange, String variableName, Class<?> type) -
Method Summary
Methods inherited from class org.apache.camel.CamelExchangeException
createExceptionMessage, getExchange
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchVariableException
-
NoSuchVariableException
-
-
Method Details
-
getVariableName
-
getType
-