Package VASSAL.launch
Class AbstractLaunchAction.NotifyOpenModuleFailed
java.lang.Object
VASSAL.tools.ipc.SimpleIPCMessage
VASSAL.launch.AbstractLaunchAction.LaunchRequestMessage
VASSAL.launch.AbstractLaunchAction.NotifyOpenModuleFailed
- All Implemented Interfaces:
Serializable
,IPCMessage
- Enclosing class:
- AbstractLaunchAction
public static class AbstractLaunchAction.NotifyOpenModuleFailed extends AbstractLaunchAction.LaunchRequestMessage
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class VASSAL.launch.AbstractLaunchAction.LaunchRequestMessage
lr
Fields inherited from class VASSAL.tools.ipc.SimpleIPCMessage
id, inReplyTo
-
Constructor Summary
Constructors Constructor Description NotifyOpenModuleFailed(LaunchRequest lr, Throwable thrown)
-
Method Summary
Methods inherited from class VASSAL.tools.ipc.SimpleIPCMessage
equals, expectsReply, getId, getInReplyTo, hashCode, isReply, setId, setInReplyTo, toString
-
Field Details
-
thrown
-
-
Constructor Details
-
NotifyOpenModuleFailed
-