Class PDFInvalidXMLException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PDFInvalidXMLException
    extends PDFException
    The XML passed to the method either directly or indirectly is invalid.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PDFInvalidXMLException​(java.lang.String message)
      Create a new PDFInvalidXMLException.
      PDFInvalidXMLException​(java.lang.String message, java.lang.Throwable cause)
      Create a new PDFInvalidXMLException wrapping an existing exception.
      PDFInvalidXMLException​(java.lang.Throwable cause)
      Create a new PDFInvalidXMLException 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
      • Methods inherited from class java.lang.Object

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

      • PDFInvalidXMLException

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

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

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