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 |
getExceptionClass()
Returns the
Exception class created by this factory. |
java.lang.Throwable createException(Event event)
event
- the eventjava.lang.Class getExceptionClass()
Exception
class created by this factory.Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.