Class PDFUnsupportedFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.internal.pdftoolkit.core.exceptions.PDFUnsupportedFeatureException
- All Implemented Interfaces:
Serializable
A portion of the PDF spec that is required to complete the request
is not currently supported in the Adobe PDF Java Toolkit.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPDFUnsupportedFeatureException(String message) Create a new PDFException.PDFUnsupportedFeatureException(String message, Throwable cause) Create a new PDFException wrapping an existing exception.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
-
Constructor Details
-
PDFUnsupportedFeatureException
Create a new PDFException.- Parameters:
message- the detail message.
-
PDFUnsupportedFeatureException
Create a new PDFException wrapping an existing exception.- Parameters:
message- the detail message.cause- the cause.
-
PDFUnsupportedFeatureException
Create a new PDFException wrapping an existing exception.- Parameters:
cause- the cause.
-