org.apache.cassandra.cql.compiler.sem
Class SemanticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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