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

public class PDFUnsupportedFeatureException extends RuntimeException
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 Details

    • PDFUnsupportedFeatureException

      public PDFUnsupportedFeatureException(String message)
      Create a new PDFException.
      Parameters:
      message - the detail message.
    • PDFUnsupportedFeatureException

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

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