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 SummaryConstructorsConstructorDescriptionOQLParseException(String message, Throwable cause, int line, int column) OQLParseException(Throwable cause) 
- 
Method SummaryMethods inherited from class org.eclipse.mat.SnapshotExceptionrethrowMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
OQLParseException
- 
OQLParseException
 
- 
- 
Method Details- 
getLinepublic int getLine()
- 
getColumnpublic int getColumn()
 
-