EDU.bmrb.starlibj
Class TypesNotFrozenYet

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--EDU.bmrb.starlibj.TypesNotFrozenYet
All Implemented Interfaces:
java.io.Serializable

public class TypesNotFrozenYet
extends java.lang.RuntimeException

Thrown when an attempt is made to alter the data when the vector's type list has not been frozen yet with freezeType().

See Also:
freezeType, Serialized Form

Constructor Summary
TypesNotFrozenYet()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypesNotFrozenYet

public TypesNotFrozenYet()