net.pakl.rl
Class NonLearnedStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.pakl.rl.NonLearnedStateException
All Implemented Interfaces:
java.io.Serializable

public class NonLearnedStateException
extends java.lang.RuntimeException

An exception which is thrown from a ValueFunction when a state has not been learned and safety is on

See Also:
Serialized Form

Constructor Summary
NonLearnedStateException()
           
NonLearnedStateException(java.lang.String message)
           
 
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

NonLearnedStateException

public NonLearnedStateException()

NonLearnedStateException

public NonLearnedStateException(java.lang.String message)