com.thoughtworks.qdox.parser
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.thoughtworks.qdox.parser.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.RuntimeException

Thrown to indicate an error during parsing

See Also:
Serialized Form

Field Summary
private  int column
           
private  java.lang.String errorMessage
           
private  int line
           
 
Constructor Summary
ParseException(java.lang.String message, int line, int column)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 java.lang.String getMessage()
           
 void setSourceInfo(java.lang.String sourceInfo)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

line

private int line

column

private int column

errorMessage

private java.lang.String errorMessage
Constructor Detail

ParseException

public ParseException(java.lang.String message,
                      int line,
                      int column)
Method Detail

getLine

public int getLine()

getColumn

public int getColumn()

setSourceInfo

public void setSourceInfo(java.lang.String sourceInfo)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable