com.thoughtworks.qdox.parser

Class ParseException


public class ParseException
extends RuntimeException

Thrown to indicate an error during parsing

Field Summary

private int
column
private String
errorMessage
private int
line

Constructor Summary

ParseException(String message, int line, int column)

Method Summary

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

Field Details

column

private int column

errorMessage

private String errorMessage

line

private int line

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)