Save This Page
Home » qdox-sources » com.thoughtworks.qdox.parser » [javadoc | source]
com.thoughtworks.qdox.parser
public class: ParseException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            com.thoughtworks.qdox.parser.ParseException

All Implemented Interfaces:
    Serializable

Thrown to indicate an error during parsing
Fields inherited from java.lang.RuntimeException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public ParseException(String message,
    int line,
    int column) 
Method from com.thoughtworks.qdox.parser.ParseException Summary:
getColumn,   getLine,   getMessage,   setSourceInfo
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.thoughtworks.qdox.parser.ParseException Detail:
 public int getColumn() 
 public int getLine() 
 public String getMessage() 
 public  void setSourceInfo(String sourceInfo)