Package org.machanism.machai.gw.tools
Class RepeatEpisodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.machanism.machai.gw.tools.RepeatEpisodeException
- All Implemented Interfaces:
Serializable
Exception used to request that the current act episode be executed again.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepeatEpisodeException
public RepeatEpisodeException()Creates a repeat request for the current episode.
-