Class PDFInvalidParameterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PDFInvalidParameterException
    extends PDFException
    One or more of the parameters passed to the method are invalid.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PDFInvalidParameterException​(java.lang.String message)
      Create a new PDFInvalidParameterException.
      PDFInvalidParameterException​(java.lang.String message, java.lang.Throwable cause)
      Create a new PDFException wrapping an existing exception.
      PDFInvalidParameterException​(java.lang.Throwable cause)
      Create a new PDFException wrapping an existing exception.
    • 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

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

      • PDFInvalidParameterException

        public PDFInvalidParameterException​(java.lang.String message)
        Create a new PDFInvalidParameterException.
        Parameters:
        message - the detail message.
      • PDFInvalidParameterException

        public PDFInvalidParameterException​(java.lang.String message,
                                            java.lang.Throwable cause)
        Create a new PDFException wrapping an existing exception.
        Parameters:
        message - the detail message.
        cause - the cause.
      • PDFInvalidParameterException

        public PDFInvalidParameterException​(java.lang.Throwable cause)
        Create a new PDFException wrapping an existing exception.
        Parameters:
        cause - the cause.