com.akiban.sql.parser
Class SQLParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.akiban.sql.StandardException
              extended by com.akiban.sql.parser.SQLParserException
All Implemented Interfaces:
Serializable

public class SQLParserException
extends StandardException

See Also:
Serialized Form

Constructor Summary
SQLParserException(String msg, Throwable cause, int errorPosition)
           
 
Method Summary
 int getErrorPosition()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLParserException

public SQLParserException(String msg,
                          Throwable cause,
                          int errorPosition)
Method Detail

getErrorPosition

public int getErrorPosition()


Copyright © 2013 Akiban Technologies, Inc. All rights reserved.