Uses of Class
org.eclipse.ditto.things.model.InvalidThingFieldSelectionException
-
Packages that use InvalidThingFieldSelectionException Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing. -
-
Uses of InvalidThingFieldSelectionException in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return InvalidThingFieldSelectionException Modifier and Type Method Description protected InvalidThingFieldSelectionExceptionInvalidThingFieldSelectionException.Builder. doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, java.lang.String message, java.lang.String description, java.lang.Throwable cause, java.net.URI href)static InvalidThingFieldSelectionExceptionInvalidThingFieldSelectionException. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newInvalidThingFieldSelectionExceptionobject with the exception message extracted from the given JSON object.
-