Package org.apache.fop.layoutmgr
Class LayoutException.LayoutExceptionFactory
- java.lang.Object
-
- org.apache.fop.layoutmgr.LayoutException.LayoutExceptionFactory
-
- All Implemented Interfaces:
org.apache.fop.events.EventExceptionManager.ExceptionFactory
- Enclosing class:
- LayoutException
public static class LayoutException.LayoutExceptionFactory extends java.lang.Object implements org.apache.fop.events.EventExceptionManager.ExceptionFactory
Exception factory forLayoutException
.
-
-
Constructor Summary
Constructors Constructor Description LayoutExceptionFactory()
-
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<LayoutException>
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<LayoutException> getExceptionClass()
- Specified by:
getExceptionClass
in interfaceorg.apache.fop.events.EventExceptionManager.ExceptionFactory
-
-