com.threerings.antidote.field
Class UnsetReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

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

UnsetReferenceException

public UnsetReferenceException()


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