public class PredicateValidationException
extends org.apache.camel.ValidationException
| Constructor and Description |
|---|
PredicateValidationException(org.apache.camel.Exchange exchange,
org.apache.camel.Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
buildMessage(org.apache.camel.Predicate predicate,
org.apache.camel.Exchange exchange) |
org.apache.camel.Predicate |
getPredicate() |
createExceptionMessage, getExchangeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PredicateValidationException(org.apache.camel.Exchange exchange,
org.apache.camel.Predicate predicate)
protected static String buildMessage(org.apache.camel.Predicate predicate, org.apache.camel.Exchange exchange)
public org.apache.camel.Predicate getPredicate()
Apache Camel