Class PDFUnsupportedFeatureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PDFUnsupportedFeatureException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PDFUnsupportedFeatureException

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

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

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