Class PDFInvalidParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.internal.pdftoolkit.core.exceptions.PDFException
-
- com.adobe.internal.pdftoolkit.core.exceptions.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.
-
-
-
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.
-
-