Class 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.DittoRuntimeException fallback​(ThingCommand<?> command)  
      static ThingCommandToModifyExceptionRegistry getInstance()
      Returns an instance of ThingCommandToModifyExceptionRegistry.
      • Methods inherited from class org.eclipse.ditto.base.model.signals.commands.AbstractCommandToExceptionRegistry

        exceptionFrom
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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>