|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
weblogic.apache.xerces.xni.XNIException
weblogic.apache.xerces.xni.parser.XMLParseException
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.
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 |
protected String fBaseSystemId
protected int fColumnNumber
protected String fExpandedSystemId
protected int fLineNumber
protected String fLiteralSystemId
protected String fPublicId
Constructor Detail |
public XMLParseException(XMLLocator locator, String message)
public XMLParseException(XMLLocator locator, String message, Exception exception)
Method Detail |
public String getBaseSystemId()
public int getColumnNumber()
public String getExpandedSystemId()
public int getLineNumber()
public String getLiteralSystemId()
public String getPublicId()
public String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |