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

int
getColumn()
int
getLine()
String
getMessage()
void
setSourceInfo(String sourceInfo)

Constructor Details

ParseException

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

Method Details

getColumn

public int getColumn()

getLine

public int getLine()

getMessage

public String getMessage()

setSourceInfo

public void setSourceInfo(String sourceInfo)