|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.starteam.xml.XMLException
com.starteam.xml.XMLParseException
public final class XMLParseException
An exception related to parsing an XML document.
XMLException,
Serialized Form| Method Summary | |
|---|---|
int |
getColumnNumber()
Gets the column offset within the line of source text where the parsing error was encountered. |
int |
getLineNumber()
Gets the line number within the source text where the parsing error was encountered. |
| Methods inherited from class com.starteam.xml.XMLException |
|---|
getException, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getLineNumber()
public int getColumnNumber()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||