Class PDFInvalidXMLException

  • All Implemented Interfaces:
    Serializable

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

      • PDFInvalidXMLException

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

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

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