|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.eclipse.persistence.exceptions.EclipseLinkException org.eclipse.persistence.exceptions.XMLParseException
public class XMLParseException
Field Summary | |
---|---|
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
|
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException |
---|
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException |
Constructor Summary | |
---|---|
|
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. |
Method Summary | |
---|---|
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: |
Methods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException |
---|
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public XMLParseException()
protected XMLParseException(java.lang.String message)
protected XMLParseException(java.lang.String message, java.lang.Throwable internalException)
Method Detail |
---|
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)
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |