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
TypeTable.NotQuickSerializable
public TypeTable.NotQuickSerializable()