|
||||||||
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
org.garret.xmlme.XMLException
Exception thrown by XML parser
Constructor Summary | |
XMLException(int line,
int column,
java.lang.String message)
Constructor of exception with position in XML buffer |
|
XMLException(java.lang.String message)
Constructor of exception without position |
Method Summary | |
int |
getColumn()
Column where exception happen |
int |
getLine()
Line number where exception happen |
java.lang.String |
getMessageText()
Get message text |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XMLException(int line, int column, java.lang.String message)
line
- line numbercolumn
- columnpublic XMLException(java.lang.String message)
Method Detail |
public int getColumn()
public int getLine()
public java.lang.String getMessageText()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |