com.datastax.driver.core.exceptions
Class InvalidQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.datastax.driver.core.exceptions.DriverException
                  extended by com.datastax.driver.core.exceptions.QueryValidationException
                      extended by com.datastax.driver.core.exceptions.InvalidQueryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidConfigurationInQueryException

public class InvalidQueryException
extends QueryValidationException

Indicates a syntactically correct but invalid query.

See Also:
Serialized Form

Constructor Summary
InvalidQueryException(String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidQueryException

public InvalidQueryException(String msg)


Copyright © 2013. All Rights Reserved.