com.thoughtworks.qdox.parser
public class ParseException extends RuntimeException
Field Summary | |
---|---|
int | column |
String | errorMessage |
int | line |
Constructor Summary | |
---|---|
ParseException(String message, int line, int column) |
Method Summary | |
---|---|
int | getColumn() |
int | getLine() |
void | setSourceInfo(String sourceInfo) |