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

Package class diagram package 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:
Serializable

public class TimeKeyNotLockedException
extends 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.

Author:
srlok
See Also:
Serialized Form

Constructor Summary
TimeKeyNotLockedException(String message)
           
 
Method Summary
 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(String message)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.