Uses of Class
org.apache.camel.ValidationException
-
Packages that use ValidationException Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of ValidationException in org.apache.camel.spi
Methods in org.apache.camel.spi that throw ValidationException Modifier and Type Method Description abstract void
Validator. validate(Message message, DataType type)
Perform data validation with specified type.
-