Package org.apache.fop.fo.pagination
Class PageProductionException.PageProductionExceptionFactory
- java.lang.Object
-
- org.apache.fop.fo.pagination.PageProductionException.PageProductionExceptionFactory
-
- All Implemented Interfaces:
org.apache.fop.events.EventExceptionManager.ExceptionFactory
- Enclosing class:
- PageProductionException
public static class PageProductionException.PageProductionExceptionFactory extends java.lang.Object implements org.apache.fop.events.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.Throwable
createException(org.apache.fop.events.Event event)
java.lang.Class<PageProductionException>
getExceptionClass()
-
-
-
Method Detail
-
createException
public java.lang.Throwable createException(org.apache.fop.events.Event event)
- Specified by:
createException
in interfaceorg.apache.fop.events.EventExceptionManager.ExceptionFactory
-
getExceptionClass
public java.lang.Class<PageProductionException> getExceptionClass()
- Specified by:
getExceptionClass
in interfaceorg.apache.fop.events.EventExceptionManager.ExceptionFactory
-
-