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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Throw the message after wrapping it into aMessageException
.
-
Constructor Details
-
ThrowCritical
protected ThrowCritical()
-
-
Method Details
-
receive
Description copied from class:MessageThrower
Throw the message after wrapping it into aMessageException
.- Specified by:
receive
in interfaceMessageReceiver<M extends SimpleMessage<XMLDocumentIdentifier>>
- Overrides:
receive
in classMessageThrower<M extends SimpleMessage<XMLDocumentIdentifier>>
-