com.threerings.antidote.field
Class UnsetWrappedFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.threerings.antidote.field.UnsetWrappedFieldException
All Implemented Interfaces:
Serializable

public class UnsetWrappedFieldException
extends RuntimeException

Signals that a Field has been requested from a FieldWrapper which has not had been set, which would result in unexpected behavior. Mutable.isSet() or Mutable.isNotSet() should be checked before attempting to access the wrapped Field.

See Also:
Serialized Form

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

Constructor Detail

UnsetWrappedFieldException

public UnsetWrappedFieldException()


Copyright © 2007-2008 Three Rings Design, Inc. All Rights Reserved. Released under a BSD license.