ostore.util
Class TypeTable.DuplicateTypeCode

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

public static class TypeTable.DuplicateTypeCode
extends Exception

An exception class thrown when a given type code is passed to TypeTable.register_type(java.lang.String) for the second time with a different Java type than the original call.

See Also:
Serialized Form

Field Summary
 long type_code
          The type code that was registered twice.
 
Constructor Summary
TypeTable.DuplicateTypeCode(long t)
          Construct with the given type code.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
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
The type code that was registered twice.

Constructor Detail

TypeTable.DuplicateTypeCode

public TypeTable.DuplicateTypeCode(long t)
Construct with the given type code.

Parameters:
t - the duplicate type code