com.threerings.antidote.field
Class UnsetWrappedFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsetWrappedFieldException
public UnsetWrappedFieldException()
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.