com.threerings.antidote.field
Class UnsetReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.threerings.antidote.field.UnsetReferenceException
- All Implemented Interfaces:
- Serializable
public class UnsetReferenceException
- extends RuntimeException
Signals that a Reference
has been requested for a ReferenceField
which has not
had a reference set, which would result in unexpected behavior. ReferenceField.isReference()
should be checked before attempting to access the Reference
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsetReferenceException
public UnsetReferenceException()
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.