Package eu.bandm.tools.umod
Class UMod2format.ThrowCritical<M extends SimpleMessage<XMLDocumentIdentifier>>
java.lang.Object
eu.bandm.tools.message.MessageThrower<M>
eu.bandm.tools.umod.UMod2format.ThrowCritical<M>
- All Implemented Interfaces:
MessageReceiver<M>
- Enclosing class:
UMod2format
protected class UMod2format.ThrowCritical<M extends SimpleMessage<XMLDocumentIdentifier>>
extends MessageThrower<M>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.tools.message.MessageReceiver
ifSubcriticalThen, ifSubcriticalThen, ifSubcriticalThenElse
-
Constructor Details
-
ThrowCritical
protected ThrowCritical()
-
-
Method Details
-
receive
Description copied from class:MessageThrowerCalls the explode method of the received message. Normally that method throws aMessageExceptioncarrying the message.- Specified by:
receivein interfaceMessageReceiver<M extends SimpleMessage<XMLDocumentIdentifier>>- Overrides:
receivein classMessageThrower<M extends SimpleMessage<XMLDocumentIdentifier>>- Parameters:
msg- to wrap and throw.- See Also:
-