Package org.eclipse.mat.snapshot
Class OQLParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.mat.SnapshotException
org.eclipse.mat.snapshot.OQLParseException
- All Implemented Interfaces:
Serializable
Exception thrown by the OQL parser. Contains line and column information
where exactly the error was found.
- See Also:
-
Constructor Summary
ConstructorDescriptionOQLParseException
(String message, Throwable cause, int line, int column) OQLParseException
(Throwable cause) -
Method Summary
Methods inherited from class org.eclipse.mat.SnapshotException
rethrow
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OQLParseException
-
OQLParseException
-
-
Method Details
-
getLine
public int getLine() -
getColumn
public int getColumn()
-