Class PDFUnableToCompleteOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PDFUnableToCompleteOperationException
    extends PDFException
    This exception indicates that an error has occurred which is not mappable into one of the other exception classes. This could be a variety of things such as invalid/inconsistent internal state of an object, erroneous hard-coded internal data, or unmappable exceptions that are thrown from external libraries (the JDK or Jars).
    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

      • PDFUnableToCompleteOperationException

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

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

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