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