fop 1.0

org.apache.fop.events
Class EventExceptionManager

java.lang.Object
  extended by org.apache.fop.events.EventExceptionManager

public class EventExceptionManager
extends java.lang.Object

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

EventExceptionManager

public EventExceptionManager()
Method Detail

throwException

public static void throwException(Event event,
                                  java.lang.String exceptionClass)
                           throws java.lang.Throwable
Converts an event into an exception and throws that. If the exception class is null, a RuntimeException will be thrown.

Parameters:
event - the event to be converted
exceptionClass - the exception class to be thrown
Throws:
java.lang.Throwable - this happens always

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.