de.oio.jpdfunit.document
Class DocumentFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.oio.jpdfunit.document.DocumentFactoryException
All Implemented Interfaces:
Serializable

public class DocumentFactoryException
extends RuntimeException

The DocumentFactoryException is thrown if a error occures while getting a factory class which is not the default implementation.

Author:
bbratkus
See Also:
Serialized Form

Constructor Summary
DocumentFactoryException()
           
DocumentFactoryException(String message)
           
DocumentFactoryException(String message, Throwable cause)
           
DocumentFactoryException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentFactoryException

public DocumentFactoryException()

DocumentFactoryException

public DocumentFactoryException(String message)
Parameters:
message -

DocumentFactoryException

public DocumentFactoryException(Throwable cause)
Parameters:
cause -

DocumentFactoryException

public DocumentFactoryException(String message,
                                Throwable cause)
Parameters:
message -
cause -


Copyright © 2011. All Rights Reserved.