org.apache.cassandra.cql.compiler.sem
Class SemanticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cassandra.cql.compiler.sem.SemanticException
All Implemented Interfaces:
java.io.Serializable

public class SemanticException
extends java.lang.Exception

Exception from the CQL SemanticAnalyzer

See Also:
Serialized Form

Constructor Summary
SemanticException()
           
SemanticException(java.lang.String message)
           
SemanticException(java.lang.String message, java.lang.Throwable cause)
           
SemanticException(java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SemanticException

public SemanticException()

SemanticException

public SemanticException(java.lang.String message)

SemanticException

public SemanticException(java.lang.Throwable cause)

SemanticException

public SemanticException(java.lang.String message,
                         java.lang.Throwable cause)


Copyright © 2009 The Apache Software Foundation