Class SimpleMovementException
java.lang.Object
org.ships.movement.instruction.details.SimpleMovementException
- All Implemented Interfaces:
BiConsumer<MovementContext,
Throwable>
public class SimpleMovementException
extends Object
implements BiConsumer<MovementContext,Throwable>
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleMovementException
(Collection<org.core.source.Messageable> messageReceivers) SimpleMovementException
(org.core.source.Messageable... viewers) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
SimpleMovementException
public SimpleMovementException(org.core.source.Messageable... viewers) -
SimpleMovementException
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<MovementContext,
Throwable>
-