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