Package org.jmanikin.test
Class TestModule.ThrowPstException
java.lang.Object
org.jmanikin.test.TestModule.ThrowPstException
- All Implemented Interfaces:
Environment<TestModule.CId,TestModule.CObject,java.lang.Void>,Message<TestModule.CId,TestModule.CObject,java.lang.Void>,PreCondition<TestModule.CId,TestModule.CObject,java.lang.Void>,LocalMessage<TestModule.CId,TestModule.CObject,java.lang.Void>,TestModule.LMsg<java.lang.Void>
- Enclosing interface:
- TestModule
public static class TestModule.ThrowPstException extends java.lang.Object implements TestModule.LMsg<java.lang.Void>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jmanikin.message.LocalMessage
LocalMessage.LocalEnvironment<I extends Id<O>,O,E> -
Field Summary
Fields inherited from interface org.jmanikin.message.LocalMessage
localEnv -
Constructor Summary
Constructors Constructor Description ThrowPstException() -
Method Summary
Modifier and Type Method Description Msg<TestModule.CId,TestModule.CObject,java.lang.Void>local()Returns the Msg that has been build.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ThrowPstException
public ThrowPstException()
-
-
Method Details
-
local
Description copied from interface:LocalMessageReturns the Msg that has been build.- Specified by:
localin interfaceLocalMessage<TestModule.CId,TestModule.CObject,java.lang.Void>- Returns:
- the Msg that has been build
-