com.thoughtworks.qdox.parser
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.qdox.parser.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends RuntimeException
Thrown to indicate an error during parsing
- See Also:
- Serialized Form
ParseException
public ParseException(String message,
int line,
int column)
getLine
public int getLine()
getColumn
public int getColumn()
setSourceInfo
public void setSourceInfo(String sourceInfo)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2002-2011. All Rights Reserved.