Class ThingCommandToModifyExceptionRegistry
java.lang.Object
org.eclipse.ditto.base.model.signals.commands.AbstractCommandToExceptionRegistry<ThingCommand<?>,org.eclipse.ditto.base.model.exceptions.DittoRuntimeException>
org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistry
- All Implemented Interfaces:
org.eclipse.ditto.base.model.signals.commands.CommandToExceptionRegistry<ThingCommand<?>,org.eclipse.ditto.base.model.exceptions.DittoRuntimeException>
public final class ThingCommandToModifyExceptionRegistry
extends org.eclipse.ditto.base.model.signals.commands.AbstractCommandToExceptionRegistry<ThingCommand<?>,org.eclipse.ditto.base.model.exceptions.DittoRuntimeException>
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionfallback(ThingCommand<?> command) Returns an instance ofThingCommandToModifyExceptionRegistry.Methods inherited from class org.eclipse.ditto.base.model.signals.commands.AbstractCommandToExceptionRegistry
exceptionFrom
-
Method Details
-
getInstance
Returns an instance ofThingCommandToModifyExceptionRegistry.- Returns:
- the instance.
-
fallback
protected org.eclipse.ditto.base.model.exceptions.DittoRuntimeException fallback(ThingCommand<?> command) - Overrides:
fallbackin classorg.eclipse.ditto.base.model.signals.commands.AbstractCommandToExceptionRegistry<ThingCommand<?>,org.eclipse.ditto.base.model.exceptions.DittoRuntimeException>
-