|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.events.EventExceptionManager
public class EventExceptionManager
This class is responsible for converting events into exceptions.
Nested Class Summary | |
---|---|
static interface |
EventExceptionManager.ExceptionFactory
This interface is implementation by exception factories that can create exceptions from events. |
Constructor Summary | |
---|---|
EventExceptionManager()
|
Method Summary | |
---|---|
static void |
throwException(Event event,
java.lang.String exceptionClass)
Converts an event into an exception and throws that. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventExceptionManager()
Method Detail |
---|
public static void throwException(Event event, java.lang.String exceptionClass) throws java.lang.Throwable
RuntimeException
will be thrown.
event
- the event to be convertedexceptionClass
- the exception class to be thrown
java.lang.Throwable
- this happens always
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |