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

Field Summary
 long type_code
           
 
Constructor Summary
TypeTable.NoSuchTypeCode(long t)
           
 
Method Summary
 long getTypeCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type_code

public long type_code
Constructor Detail

TypeTable.NoSuchTypeCode

public TypeTable.NoSuchTypeCode(long t)
Method Detail

toString

public String toString()
Overrides:
toString in class QSException

getTypeCode

public long getTypeCode()