EDU.bmrb.starlibj
Class TypesAreFrozen

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--EDU.bmrb.starlibj.TypesAreFrozen

public class TypesAreFrozen
extends java.lang.RuntimeException

Thrown when an attempt is made to alter the list of allowed types after the type list was frozen with freezeType()

See Also:
freezeType, Serialized Form

Constructor Summary
TypesAreFrozen()
           
 
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

TypesAreFrozen

public TypesAreFrozen()