Class PDFInvalidParameterException

  • All Implemented Interfaces:
    Serializable

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

      • PDFInvalidParameterException

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

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

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