Package org.docx4j.org.apache.fop.events
Interface EventExceptionManager.ExceptionFactory
- Enclosing class:
- EventExceptionManager
public static interface EventExceptionManager.ExceptionFactory
This interface is implementation by exception factories that can create exceptions from
events.
-
Method Summary
Modifier and TypeMethodDescriptioncreateException(Event event) Creates an exception from an event.Returns theExceptionclass created by this factory.
-
Method Details
-
createException
Creates an exception from an event.- Parameters:
event- the event- Returns:
- the newly created exception
-
getExceptionClass
Returns theExceptionclass created by this factory.- Returns:
- the exception class
-