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 Details

    • getInstance

      public static ThingCommandToModifyExceptionRegistry getInstance()
      Returns an instance of ThingCommandToModifyExceptionRegistry.
      Returns:
      the instance.
    • fallback

      protected org.eclipse.ditto.base.model.exceptions.DittoRuntimeException fallback(ThingCommand<?> command)
      Overrides:
      fallback in class org.eclipse.ditto.base.model.signals.commands.AbstractCommandToExceptionRegistry<ThingCommand<?>,org.eclipse.ditto.base.model.exceptions.DittoRuntimeException>