Uses of Class
org.apache.unomi.schema.api.ValidationException
- 
Packages that use ValidationException Package Description org.apache.unomi.schema.api org.apache.unomi.schema.impl  - 
- 
Uses of ValidationException in org.apache.unomi.schema.api
Methods in org.apache.unomi.schema.api that throw ValidationException Modifier and Type Method Description JsonSchemaWrapperSchemaService. getSchemaForEventType(String eventType)Get the schema that is able to validate the specific event typeSet<ValidationError>SchemaService. validateEvent(String event)perform a validation on the given eventMap<String,Set<ValidationError>>SchemaService. validateEvents(String events)perform a validation of a list of the given events - 
Uses of ValidationException in org.apache.unomi.schema.impl
Methods in org.apache.unomi.schema.impl that throw ValidationException Modifier and Type Method Description JsonSchemaWrapperSchemaServiceImpl. getSchemaForEventType(String eventType)Set<ValidationError>SchemaServiceImpl. validateEvent(String event)Map<String,Set<ValidationError>>SchemaServiceImpl. validateEvents(String events) 
 -