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
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OQLParseException
public OQLParseException(String message,
Throwable cause,
int line,
int column)
OQLParseException
public OQLParseException(Throwable cause)
getLine
public int getLine()
getColumn
public int getColumn()