Uses of Class
org.apache.cassandra.db.marshal.MarshalException

Packages that use MarshalException
org.apache.cassandra.db.marshal   
 

Uses of MarshalException in org.apache.cassandra.db.marshal
 

Methods in org.apache.cassandra.db.marshal that throw MarshalException
abstract  void AbstractType.validate(java.nio.ByteBuffer bytes)
           
 void AsciiType.validate(java.nio.ByteBuffer bytes)
           
 void BytesType.validate(java.nio.ByteBuffer bytes)
           
 void IntegerType.validate(java.nio.ByteBuffer bytes)
           
 void LexicalUUIDType.validate(java.nio.ByteBuffer bytes)
           
 void LocalByPartionerType.validate(java.nio.ByteBuffer bytes)
           
 void LongType.validate(java.nio.ByteBuffer bytes)
           
 void TimeUUIDType.validate(java.nio.ByteBuffer bytes)
           
 void UTF8Type.validate(java.nio.ByteBuffer bytes)
           
 



Copyright © 2011 The Apache Software Foundation