|
||||||||||
| 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.eclipse.mat.SnapshotException
org.eclipse.mat.snapshot.OQLParseException
public class OQLParseException
Exception thrown by the OQL parser. Contains line and column information where exactly the error was found.
| Constructor Summary | |
|---|---|
OQLParseException(java.lang.String message,
java.lang.Throwable cause,
int line,
int column)
|
|
OQLParseException(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
int |
getColumn()
|
int |
getLine()
|
| Methods inherited from class org.eclipse.mat.SnapshotException |
|---|
rethrow |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OQLParseException(java.lang.String message,
java.lang.Throwable cause,
int line,
int column)
public OQLParseException(java.lang.Throwable cause)
| Method Detail |
|---|
public int getLine()
public int getColumn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||