ostore.util
Class TypeTable.NotQuickSerializable

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.util.TypeTable.NotQuickSerializable
All Implemented Interfaces:
Serializable
Enclosing class:
TypeTable

public static class TypeTable.NotQuickSerializable
extends Exception

An exception class thrown when the object named by the parameter name to TypeTable.register_type(java.lang.String, int) does not refer to a class which implements QuickSerializeable.

See Also:
Serialized Form

Constructor Summary
TypeTable.NotQuickSerializable()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeTable.NotQuickSerializable

public TypeTable.NotQuickSerializable()