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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionfallback(ThingCommand<?> command)static ThingCommandToModifyExceptionRegistrygetInstance()Returns an instance ofThingCommandToModifyExceptionRegistry.
-
-
-
Method Detail
-
getInstance
public static ThingCommandToModifyExceptionRegistry 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>
-
-