|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EventExceptionManager.ExceptionFactory
This interface is implementation by exception factories that can create exceptions from events.
Method Summary | |
---|---|
java.lang.Throwable |
createException(Event event)
Creates an exception from an event. |
java.lang.Class |
getExceptionClass()
Returns the Exception class created by this factory. |
Method Detail |
---|
java.lang.Throwable createException(Event event)
event
- the event
java.lang.Class getExceptionClass()
Exception
class created by this factory.
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |