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:
java.io.Serializable
public class OQLParseException extends SnapshotException
Exception thrown by the OQL parser. Contains line and column information where exactly the error was found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OQLParseException(java.lang.String message, java.lang.Throwable cause, int line, int column)
OQLParseException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumn()
int
getLine()
-
Methods inherited from class org.eclipse.mat.SnapshotException
rethrow
-
-