Package org.apache.fop.fo.pagination
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 java.lang.Object implements EventExceptionManager.ExceptionFactory
Exception factory forPageProductionException.
-
-
Constructor Summary
Constructors Constructor Description PageProductionExceptionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablecreateException(Event event)Creates an exception from an event.java.lang.Class<PageProductionException>getExceptionClass()Returns theExceptionclass created by this factory.
-
-
-
Method Detail
-
createException
public java.lang.Throwable createException(Event event)
Creates an exception from an event.- Specified by:
createExceptionin interfaceEventExceptionManager.ExceptionFactory- Parameters:
event- the event- Returns:
- the newly created exception
-
getExceptionClass
public java.lang.Class<PageProductionException> getExceptionClass()
Returns theExceptionclass created by this factory.- Specified by:
getExceptionClassin interfaceEventExceptionManager.ExceptionFactory- Returns:
- the exception class
-
-