| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jrdf.parser.ParseException
public class ParseException
A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
| Constructor Summary | |
|---|---|
| ParseException(Exception source,
               int lineNo,
               int columnNo)Creates a new ParseException wrapping another exception. | |
| ParseException(String msg,
               Exception source,
               int lineNo,
               int columnNo)Creates a new ParseException wrapping another exception. | |
| ParseException(String msg,
               int columnNo)Creates a new ParseException. | |
| ParseException(String msg,
               int lineNo,
               int columnNo)Creates a new ParseException. | |
| Method Summary | |
|---|---|
|  int | getColumnNumber()Gets the column number associated with this parse exception. | 
|  int | getLineNumber()Gets the line number associated with this parse exception. | 
|  void | printStackTrace() | 
|  void | printStackTrace(PrintStream ps) | 
|  void | printStackTrace(PrintWriter pw) | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ParseException(String msg,
                      int columnNo)
msg - An error message.columnNo - A column number associated with the message.
public ParseException(String msg,
                      int lineNo,
                      int columnNo)
msg - An error message.lineNo - A line number associated with the message.columnNo - A column number associated with the message.
public ParseException(String msg,
                      Exception source,
                      int lineNo,
                      int columnNo)
msg - An error message.source - The source exception.lineNo - A line number associated with the message.columnNo - A column number associated with the message.
public ParseException(Exception source,
                      int lineNo,
                      int columnNo)
source - The source exception.lineNo - A line number associated with the message.columnNo - A column number associated with the message.| Method Detail | 
|---|
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepublic int getLineNumber()
public int getColumnNumber()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||