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:
Serializable

public class ParseException
extends RuntimeException

Thrown to indicate an error during parsing

See Also:
Serialized Form

Constructor Summary
ParseException(String message, int line, int column)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 String getMessage()
           
 void setSourceInfo(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
 

Constructor Detail

ParseException

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

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.