com.alibaba.druid.sql.parser
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.alibaba.druid.sql.parser.ParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotAllowCommentException

public class ParserException
extends RuntimeException
implements Serializable

See Also:
Serialized Form

Constructor Summary
ParserException()
           
ParserException(String message)
           
ParserException(String message, int line, int col)
           
ParserException(String message, Throwable e)
           
ParserException(Throwable ex, String ksql)
           
 
Method Summary
 
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

ParserException

public ParserException()

ParserException

public ParserException(String message)

ParserException

public ParserException(String message,
                       Throwable e)

ParserException

public ParserException(String message,
                       int line,
                       int col)

ParserException

public ParserException(Throwable ex,
                       String ksql)


Copyright © 2012 Alibaba Group. All Rights Reserved.