|
||||||||||
| 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.jcoderz.phoenix.sqlparser.ParseException
public final class ParseException
SQL ParseException.
| Constructor Summary | |
|---|---|
ParseException(int line,
int column)
Create a new ParseException. |
|
ParseException(String message,
int line,
int column)
Create a new ParseException. |
|
ParseException(String message,
Throwable cause,
int line,
int column)
Create a new ParseException. |
|
ParseException(Throwable cause,
int line,
int column)
Create a new ParseException. |
|
| Method Summary | |
|---|---|
int |
getColumn()
Returns the column. |
int |
getLine()
Returns the line. |
String |
getMessage()
|
| 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 |
|---|
public ParseException(int line,
int column)
line - the source line where the exception occuredcolumn - the source column where the exception occured
public ParseException(String message,
int line,
int column)
message - a message describing the problemline - the source line where the exception occuredcolumn - the source column where the exception occured
public ParseException(Throwable cause,
int line,
int column)
cause - the throwable that initiated this exceptionline - the source line where the exception occuredcolumn - the source column where the exception occured
public ParseException(String message,
Throwable cause,
int line,
int column)
message - a message describing the problemcause - the throwable that initiated this exceptionline - the source line where the exception occuredcolumn - the source column where the exception occured| Method Detail |
|---|
public int getColumn()
public int getLine()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||