de.oio.jpdfunit.document
Class DocumentFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.