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 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()