BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.xni.parser
Class XMLParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byweblogic.apache.xerces.xni.XNIException
                  extended byweblogic.apache.xerces.xni.parser.XMLParseException
All Implemented Interfaces:
Serializable

Deprecated. please use JDK supplied XML parsers and transformers

public class XMLParseException
extends XNIException

A parsing exception. This exception is different from the standard XNI exception in that it stores the location in the document (or its entities) where the exception occurred.

See Also:
Serialized Form

Field Summary
protected  String fBaseSystemId
          Deprecated. Base system identifier.
protected  int fColumnNumber
          Deprecated. Column number.
protected  String fExpandedSystemId
          Deprecated. expanded System identifier.
protected  int fLineNumber
          Deprecated. Line number.
protected  String fLiteralSystemId
          Deprecated. literal System identifier.
protected  String fPublicId
          Deprecated. Public identifier.
 
Constructor Summary
XMLParseException(XMLLocator locator, String message)
          Deprecated. Constructs a parse exception.
XMLParseException(XMLLocator locator, String message, Exception exception)
          Deprecated. Constructs a parse exception.
 
Method Summary
 String getBaseSystemId()
          Deprecated. Returns the base system identifier.
 int getColumnNumber()
          Deprecated. Returns the row number.
 String getExpandedSystemId()
          Deprecated. Returns the expanded system identifier.
 int getLineNumber()
          Deprecated. Returns the line number.
 String getLiteralSystemId()
          Deprecated. Returns the literal system identifier.
 String getPublicId()
          Deprecated. Returns the public identifier.
 String toString()
          Deprecated. Returns a string representation of this object.
 
Methods inherited from class weblogic.apache.xerces.xni.XNIException
getException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fBaseSystemId

protected String fBaseSystemId
Deprecated. 
Base system identifier.


fColumnNumber

protected int fColumnNumber
Deprecated. 
Column number.


fExpandedSystemId

protected String fExpandedSystemId
Deprecated. 
expanded System identifier.


fLineNumber

protected int fLineNumber
Deprecated. 
Line number.


fLiteralSystemId

protected String fLiteralSystemId
Deprecated. 
literal System identifier.


fPublicId

protected String fPublicId
Deprecated. 
Public identifier.

Constructor Detail

XMLParseException

public XMLParseException(XMLLocator locator,
                         String message)
Deprecated. 
Constructs a parse exception.


XMLParseException

public XMLParseException(XMLLocator locator,
                         String message,
                         Exception exception)
Deprecated. 
Constructs a parse exception.

Method Detail

getBaseSystemId

public String getBaseSystemId()
Deprecated. 
Returns the base system identifier.


getColumnNumber

public int getColumnNumber()
Deprecated. 
Returns the row number.


getExpandedSystemId

public String getExpandedSystemId()
Deprecated. 
Returns the expanded system identifier.


getLineNumber

public int getLineNumber()
Deprecated. 
Returns the line number.


getLiteralSystemId

public String getLiteralSystemId()
Deprecated. 
Returns the literal system identifier.


getPublicId

public String getPublicId()
Deprecated. 
Returns the public identifier.


toString

public String toString()
Deprecated. 
Returns a string representation of this object.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.