com.threerings.antidote
Class RequiresValidationException

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

public class RequiresValidationException
extends RuntimeException

Signals that an object or method has been accessed before validation has occurred, which would have led to unexpected results.

See Also:
Serialized Form

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

RequiresValidationException

public RequiresValidationException()


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