Class PDFFilterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PDFFilterException
    extends java.lang.Exception

    PDF Filter exception. This is used for exceptions relating to use a PDF filter.

    This work was authored by Eric Schaeffer.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PDFFilterException()
      Create a basic filter exception.
      PDFFilterException​(java.lang.String message)
      Create a filter exception with a message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PDFFilterException

        public PDFFilterException()
        Create a basic filter exception.
      • PDFFilterException

        public PDFFilterException​(java.lang.String message)
        Create a filter exception with a message.
        Parameters:
        message - the error message