Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.exceptions
Class XMLParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.toplink.exceptions.TopLinkException
                  extended by oracle.toplink.exceptions.XMLParseException
All Implemented Interfaces:
java.io.Serializable

public class XMLParseException
extends TopLinkException

See Also:
Serialized Form

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
           
 
Method Summary
 
Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace, setShouldPrintInternalException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXCEPTION_CREATING_DOCUMENT_BUILDER

public static final int EXCEPTION_CREATING_DOCUMENT_BUILDER
See Also:
Constant Field Values

EXCEPTION_READING_XML_DOCUMENT

public static final int EXCEPTION_READING_XML_DOCUMENT
See Also:
Constant Field Values

EXCEPTION_CREATING_SAX_PARSER

public static final int EXCEPTION_CREATING_SAX_PARSER
See Also:
Constant Field Values

EXCEPTION_CREATING_XML_READER

public static final int EXCEPTION_CREATING_XML_READER
See Also:
Constant Field Values

EXCEPTION_SETTING_SCHEMA_SOURCE

public static final int EXCEPTION_SETTING_SCHEMA_SOURCE
See Also:
Constant Field Values

Copyright © 1998, 2012, Oracle. All Rights Reserved.