public class XMLParseException extends EclipseLinkException
Modifier and Type | Field and Description |
---|---|
static int |
EXCEPTION_CREATING_DOCUMENT_BUILDER |
static int |
EXCEPTION_CREATING_SAX_PARSER |
static int |
EXCEPTION_CREATING_XML_READER |
static int |
EXCEPTION_READING_XML_DOCUMENT |
static int |
EXCEPTION_SETTING_SCHEMA_SOURCE |
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
Modifier | Constructor and Description |
---|---|
|
XMLParseException()
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
|
protected |
XMLParseException(java.lang.String message)
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
|
protected |
XMLParseException(java.lang.String message,
java.lang.Throwable internalException)
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
|
Modifier and Type | Method and Description |
---|---|
static XMLParseException |
exceptionCreatingDocumentBuilder(java.lang.String xmlDocument,
java.lang.Exception cause)
INTERNAL:
|
static XMLParseException |
exceptionCreatingSAXParser(java.net.URL url,
java.lang.Exception cause)
INTERNAL:
|
static XMLParseException |
exceptionCreatingXMLReader(java.net.URL url,
java.lang.Exception cause)
INTERNAL:
|
static XMLParseException |
exceptionReadingXMLDocument(java.lang.String xmlDocument,
java.lang.Exception cause)
INTERNAL:
|
static XMLParseException |
exceptionSettingSchemaSource(java.net.URL baseUrl,
java.net.URL schemaUrl,
java.lang.Exception cause)
INTERNAL:
|
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
public static final int EXCEPTION_CREATING_DOCUMENT_BUILDER
public static final int EXCEPTION_READING_XML_DOCUMENT
public static final int EXCEPTION_CREATING_SAX_PARSER
public static final int EXCEPTION_CREATING_XML_READER
public static final int EXCEPTION_SETTING_SCHEMA_SOURCE
public XMLParseException()
protected XMLParseException(java.lang.String message)
protected XMLParseException(java.lang.String message, java.lang.Throwable internalException)
public static XMLParseException exceptionCreatingDocumentBuilder(java.lang.String xmlDocument, java.lang.Exception cause)
public static XMLParseException exceptionCreatingSAXParser(java.net.URL url, java.lang.Exception cause)
public static XMLParseException exceptionCreatingXMLReader(java.net.URL url, java.lang.Exception cause)
public static XMLParseException exceptionReadingXMLDocument(java.lang.String xmlDocument, java.lang.Exception cause)
public static XMLParseException exceptionSettingSchemaSource(java.net.URL baseUrl, java.net.URL schemaUrl, java.lang.Exception cause)