com.alibaba.druid.sql.parser
Class SQLParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.alibaba.druid.DruidRuntimeException
                  extended by com.alibaba.druid.sql.parser.SQLParseException
All Implemented Interfaces:
Serializable

public class SQLParseException
extends DruidRuntimeException

Author:
wenshao
See Also:
Serialized Form

Constructor Summary
SQLParseException()
           
SQLParseException(String message)
           
SQLParseException(String message, Throwable cause)
           
 
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

SQLParseException

public SQLParseException()

SQLParseException

public SQLParseException(String message)

SQLParseException

public SQLParseException(String message,
                         Throwable cause)


Copyright © 2012 Alibaba Group. All Rights Reserved.