Class PageProductionException.PageProductionExceptionFactory
java.lang.Object
org.apache.fop.fo.pagination.PageProductionException.PageProductionExceptionFactory
- All Implemented Interfaces:
EventExceptionManager.ExceptionFactory
- Enclosing class:
PageProductionException
public static class PageProductionException.PageProductionExceptionFactory
extends Object
implements EventExceptionManager.ExceptionFactory
Exception factory for
PageProductionException.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateException(Event event) Creates an exception from an event.Returns theExceptionclass created by this factory.
-
Constructor Details
-
PageProductionExceptionFactory
public PageProductionExceptionFactory()
-
-
Method Details
-
createException
Creates an exception from an event.- Specified by:
createExceptionin interfaceEventExceptionManager.ExceptionFactory- Parameters:
event- the event- Returns:
- the newly created exception
-
getExceptionClass
Returns theExceptionclass created by this factory.- Specified by:
getExceptionClassin interfaceEventExceptionManager.ExceptionFactory- Returns:
- the exception class
-