fop 1.0

org.apache.fop.layoutmgr
Class LayoutException.LayoutExceptionFactory

java.lang.Object
  extended by org.apache.fop.layoutmgr.LayoutException.LayoutExceptionFactory
All Implemented Interfaces:
EventExceptionManager.ExceptionFactory
Enclosing class:
LayoutException

public static class LayoutException.LayoutExceptionFactory
extends java.lang.Object
implements EventExceptionManager.ExceptionFactory

Exception factory for LayoutException.


Constructor Summary
LayoutException.LayoutExceptionFactory()
           
 
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

LayoutException.LayoutExceptionFactory

public LayoutException.LayoutExceptionFactory()
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.