Package org.apache.fop.events
Class PropertyExceptionFactory
java.lang.Object
org.apache.fop.events.PropertyExceptionFactory
- All Implemented Interfaces:
EventExceptionManager.ExceptionFactory
public class PropertyExceptionFactory
extends Object
implements EventExceptionManager.ExceptionFactory
Exception factory for
PropertyException
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateException
(Event event) Creates an exception from an event.Returns theException
class created by this factory.
-
Constructor Details
-
PropertyExceptionFactory
public PropertyExceptionFactory()
-
-
Method Details
-
createException
Creates an exception from an event.- Specified by:
createException
in interfaceEventExceptionManager.ExceptionFactory
- Parameters:
event
- the event- Returns:
- the newly created exception
-
getExceptionClass
Returns theException
class created by this factory.- Specified by:
getExceptionClass
in interfaceEventExceptionManager.ExceptionFactory
- Returns:
- the exception class
-