Package org.nekosoft.pdffer.exception
Class PdfferProducerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nekosoft.pdffer.exception.PdfferException
org.nekosoft.pdffer.exception.PdfferProducerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidPayloadClassException
,InvalidPayloadException
,InvalidTemplateClassException
The top-level exception of the PDFfer Producer exception hierarchy.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionInstantiates a new Pdffer producer exception.PdfferProducerException(String message)
Instantiates a new Pdffer producer exception.PdfferProducerException(String message, Throwable cause)
Instantiates a new Pdffer producer exception.PdfferProducerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Instantiates a new Pdffer producer exception.PdfferProducerException(Throwable cause)
Instantiates a new Pdffer producer 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
-
PdfferProducerException
public PdfferProducerException()Instantiates a new Pdffer producer exception. -
PdfferProducerException
Instantiates a new Pdffer producer exception.- Parameters:
message
- the message
-
PdfferProducerException
Instantiates a new Pdffer producer exception.- Parameters:
message
- the messagecause
- the cause
-
PdfferProducerException
Instantiates a new Pdffer producer exception.- Parameters:
cause
- the cause
-
PdfferProducerException
public PdfferProducerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new Pdffer producer exception.- Parameters:
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack trace
-