com.thoughtworks.qdox.parser

Class ParseException

public class ParseException extends RuntimeException

Thrown to indicate an error during parsing
Constructor Summary
ParseException(String message, int line, int column)
Method Summary
intgetColumn()
intgetLine()
StringgetMessage()
voidsetSourceInfo(String sourceInfo)

Constructor Detail

ParseException

public ParseException(String message, int line, int column)

Method Detail

getColumn

public int getColumn()

getLine

public int getLine()

getMessage

public String getMessage()

setSourceInfo

public void setSourceInfo(String sourceInfo)