| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--java.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  java.lang.String | fBaseSystemIdBase system identifier. | 
| protected  int | fColumnNumberColumn number. | 
| protected  java.lang.String | fExpandedSystemIdexpanded System identifier. | 
| protected  int | fLineNumberLine number. | 
| protected  java.lang.String | fLiteralSystemIdliteral System identifier. | 
| protected  java.lang.String | fPublicIdPublic identifier. | 
| Constructor Summary | |
| XMLParseException(XMLLocator locator,
                  java.lang.String message)Constructs a parse exception. | |
| XMLParseException(XMLLocator locator,
                  java.lang.String message,
                  java.lang.Exception exception)Constructs a parse exception. | |
| Method Summary | |
|  java.lang.String | getBaseSystemId()Returns the base system identifier. | 
|  int | getColumnNumber()Returns the row number. | 
|  java.lang.String | getExpandedSystemId()Returns the expanded system identifier. | 
|  int | getLineNumber()Returns the line number. | 
|  java.lang.String | getLiteralSystemId()Returns the literal system identifier. | 
|  java.lang.String | getPublicId()Returns the public identifier. | 
|  java.lang.String | toString()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 java.lang.String fPublicId
protected java.lang.String fLiteralSystemId
protected java.lang.String fExpandedSystemId
protected java.lang.String fBaseSystemId
protected int fLineNumber
protected int fColumnNumber
| Constructor Detail | 
public XMLParseException(XMLLocator locator,
                         java.lang.String message)
public XMLParseException(XMLLocator locator,
                         java.lang.String message,
                         java.lang.Exception exception)
| Method Detail | 
public java.lang.String getPublicId()
public java.lang.String getExpandedSystemId()
public java.lang.String getLiteralSystemId()
public java.lang.String getBaseSystemId()
public int getLineNumber()
public int getColumnNumber()
public java.lang.String toString()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||