org.eclipse.mat.snapshot
Class OQLParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.mat.SnapshotException
              extended by 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
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

OQLParseException

public OQLParseException(java.lang.String message,
                         java.lang.Throwable cause,
                         int line,
                         int column)

OQLParseException

public OQLParseException(java.lang.Throwable cause)
Method Detail

getLine

public int getLine()

getColumn

public int getColumn()