Class PdfferRegistryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TemplateGroupNotFoundException, TemplateNotFoundException

public class PdfferRegistryException extends PdfferException
The top-level exception of the PDFfer Registry exception hierarchy.
See Also:
Serialized Form
  • Constructor Details

    • PdfferRegistryException

      public PdfferRegistryException()
      Instantiates a new Pdffer registry exception.
    • PdfferRegistryException

      public PdfferRegistryException(String message)
      Instantiates a new Pdffer registry exception.
      Parameters:
      message - the message
    • PdfferRegistryException

      public PdfferRegistryException(String message, Throwable cause)
      Instantiates a new Pdffer registry exception.
      Parameters:
      message - the message
      cause - the cause
    • PdfferRegistryException

      public PdfferRegistryException(Throwable cause)
      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 message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace