EventExceptionManager.ExceptionFactorypublic class ValidationExceptionFactory extends java.lang.Object implements EventExceptionManager.ExceptionFactory
ValidationException.| Constructor | Description |
|---|---|
ValidationExceptionFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Throwable |
createException(Event event) |
Creates an exception from an event.
|
java.lang.Class<ValidationException> |
getExceptionClass() |
Returns the
Exception class created by this factory. |
public java.lang.Throwable createException(Event event)
createException in interface EventExceptionManager.ExceptionFactoryevent - the eventpublic java.lang.Class<ValidationException> getExceptionClass()
Exception class created by this factory.getExceptionClass in interface EventExceptionManager.ExceptionFactoryCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.