public static interface EventExceptionManager.ExceptionFactory
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
createException(Event event)
Creates an exception from an event.
|
java.lang.Class<? extends java.lang.Exception> |
getExceptionClass()
Returns the
Exception class created by this factory. |
java.lang.Throwable createException(Event event)
event - the eventjava.lang.Class<? extends java.lang.Exception> getExceptionClass()
Exception class created by this factory.Copyright © 2007–2023. All rights reserved.