Package org.nekosoft.pdffer.exception
Class PdfferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nekosoft.pdffer.exception.PdfferException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PdfferMailerException,PdfferProducerException,PdfferRegistryException
The top-level exception of the PDFfer exception hierarchy.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Pdffer exception.PdfferException(String message)Instantiates a new Pdffer exception.PdfferException(String message, Throwable cause)Instantiates a new Pdffer exception.PdfferException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new Pdffer exception.PdfferException(Throwable cause)Instantiates a new Pdffer exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdfferException
public PdfferException()Instantiates a new Pdffer exception. -
PdfferException
Instantiates a new Pdffer exception.- Parameters:
message- the message
-
PdfferException
Instantiates a new Pdffer exception.- Parameters:
message- the messagecause- the cause
-
PdfferException
Instantiates a new Pdffer exception.- Parameters:
cause- the cause
-
PdfferException
public PdfferException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new Pdffer exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-