ostore.util
Class TypeTable.NoSuchTypeCode
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--ostore.util.QSException
|
+--ostore.util.TypeTable.NoSuchTypeCode
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- TypeTable
- public static class TypeTable.NoSuchTypeCode
- extends QSException
An exception class thrown when a request to TypeTable.new_object(ostore.util.InputBuffer)
passes in an un-registered type code.
- See Also:
- Serialized Form
type_code
public long type_code
TypeTable.NoSuchTypeCode
public TypeTable.NoSuchTypeCode(long t)
toString
public String toString()
- Overrides:
toString
in class QSException
getTypeCode
public long getTypeCode()