com.thoughtworks.qdox.parser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.qdox.parser.ParseException
- All Implemented Interfaces:
- java.io.Serializable
public class ParseException
- extends java.lang.RuntimeException
Thrown to indicate an error during parsing
- See Also:
- Serialized Form
Constructor Summary |
ParseException(java.lang.String message,
int line,
int column)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
line
private int line
column
private int column
errorMessage
private java.lang.String errorMessage
ParseException
public ParseException(java.lang.String message,
int line,
int column)
getLine
public int getLine()
getColumn
public int getColumn()
setSourceInfo
public void setSourceInfo(java.lang.String sourceInfo)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable