cz.cuni.amis.pogamut.multi.utils.exception
Class TimeKeyNotLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.cuni.amis.pogamut.multi.utils.exception.TimeKeyNotLockedException
All Implemented Interfaces:
java.io.Serializable

public class TimeKeyNotLockedException
extends java.lang.Exception

This exception is thrown when an object is requested from any WorldView under an unlockedTimeKey == (!worldView.isLocked(timeKey)). Using an object returned by this call may result in nondeterministic behavior. Use at your own risk.

See Also:
Serialized Form

Constructor Summary
TimeKeyNotLockedException(java.lang.String message)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeKeyNotLockedException

public TimeKeyNotLockedException(java.lang.String message)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable