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