fop 1.0

org.apache.fop.events
Class UnsupportedOperationExceptionFactory

java.lang.Object
  extended by org.apache.fop.events.UnsupportedOperationExceptionFactory
All Implemented Interfaces:
EventExceptionManager.ExceptionFactory

public class UnsupportedOperationExceptionFactory
extends java.lang.Object
implements EventExceptionManager.ExceptionFactory

Exception factory for UnsupportedOperationException.


Constructor Summary
UnsupportedOperationExceptionFactory()
           
 
Method Summary
 java.lang.Throwable createException(Event event)
          Creates an exception from an event.
 java.lang.Class getExceptionClass()
          Returns the Exception class created by this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsupportedOperationExceptionFactory

public UnsupportedOperationExceptionFactory()
Method Detail

createException

public java.lang.Throwable createException(Event event)
Creates an exception from an event.

Specified by:
createException in interface EventExceptionManager.ExceptionFactory
Parameters:
event - the event
Returns:
the newly created exception

getExceptionClass

public java.lang.Class getExceptionClass()
Returns the Exception class created by this factory.

Specified by:
getExceptionClass in interface EventExceptionManager.ExceptionFactory
Returns:
the exception class

fop 1.0

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