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