Class PredicateValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.apache.camel.ValidationException
org.apache.camel.support.processor.PredicateValidationException
- All Implemented Interfaces:
Serializable
public class PredicateValidationException
extends org.apache.camel.ValidationException
A predicate validation exception occurred
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPredicateValidationException(org.apache.camel.Exchange exchange, org.apache.camel.Predicate predicate) -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringbuildMessage(org.apache.camel.Predicate predicate, org.apache.camel.Exchange exchange) org.apache.camel.PredicateMethods inherited from class org.apache.camel.CamelExchangeException
createExceptionMessage, getExchangeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PredicateValidationException
public PredicateValidationException(org.apache.camel.Exchange exchange, org.apache.camel.Predicate predicate)
-
-
Method Details
-
buildMessage
protected static String buildMessage(org.apache.camel.Predicate predicate, org.apache.camel.Exchange exchange) -
getPredicate
public org.apache.camel.Predicate getPredicate()
-