Class PDFInvalidXMLException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.adobe.internal.pdftoolkit.core.exceptions.PDFException
 - 
- com.adobe.internal.pdftoolkit.core.exceptions.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. 
 - 
 
- 
- 
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.
 
 - 
 
 -