gecco.server.core
Class ActionReturnError
java.lang.Object
|
+--gecco.server.core.ActionReturn
|
+--gecco.server.core.ActionReturnError
- public class ActionReturnError
- extends ActionReturn
An instance of this class should be returned from action handlers to
indicate that the action was aborted for some reason.
- Author:
- Henrik Bäärnhielm, Karl Hasselström, Henrik Hägerström
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
ActionReturnError
public ActionReturnError()
- Constructor for the ActionReturnError object
ActionReturnError
public ActionReturnError(String unitMessage)
- Constructor for the ActionReturnError object
- Parameters:
unitMessage
- Return message from action handler