Uses of Class
org.apache.unomi.schema.api.ValidationException
Packages that use ValidationException
-
Uses of ValidationException in org.apache.unomi.schema.api
Methods in org.apache.unomi.schema.api that throw ValidationExceptionModifier and TypeMethodDescriptionSchemaService.getSchemaForEventType
(String eventType) Get the schema that is able to validate the specific event typeSchemaService.validateEvent
(String event) perform a validation on the given eventSchemaService.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 ValidationExceptionModifier and TypeMethodDescriptionSchemaServiceImpl.getSchemaForEventType
(String eventType) SchemaServiceImpl.validateEvent
(String event) SchemaServiceImpl.validateEvents
(String events)