- All Implemented Interfaces:
- java.io.Serializable
public class UninitializedCommandException
extends java.lang.RuntimeException
UninitializedCommandException - The store() method was called on an
 object following the command pattern when the object was not fully
 initialized.  The message should indicate which field(s) were not
 initialized.  If not, why not just throw a RuntimeException and be
 done with it?
- See Also:
- Serialized Form