com.thoughtworks.qdox.parser
Class ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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

Constructor Summary
ParseException(java.lang.String message, int line, int column)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 void setSourceInfo(java.lang.String sourceInfo)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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(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)


Copyright © 2002-2007 ThoughtWorks, Inc. All Rights Reserved.