java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.qdox.parser.ParseException
- 所有已实现的接口:
Serializable
Thrown to indicate an error during parsing
- 另请参阅:
-
构造器概要
构造器构造器说明ParseException(String message, int line, int column) Default constructor for the ParseException -
方法概要
-
构造器详细资料
-
ParseException
Default constructor for the ParseException- 参数:
message- the messageline- the line numbercolumn- the column number
-
-
方法详细资料
-
getLine
public int getLine() -
getColumn
public int getColumn() -
setSourceInfo
-
getMessage
- 覆盖:
getMessage在类中Throwable
-