Class 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:
    Serialized Form
    • Constructor Detail

      • 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.