Uses of Class
org.eclipse.ditto.things.model.DefinitionIdentifierInvalidException
-
Packages that use DefinitionIdentifierInvalidException Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing. -
-
Uses of DefinitionIdentifierInvalidException in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return DefinitionIdentifierInvalidException Modifier and Type Method Description protected DefinitionIdentifierInvalidExceptionDefinitionIdentifierInvalidException.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 DefinitionIdentifierInvalidExceptionDefinitionIdentifierInvalidException. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newDefinitionIdentifierInvalidExceptionobject with the exception message extracted from the given JSON object.static DefinitionIdentifierInvalidExceptionDefinitionIdentifierInvalidException. fromMessage(java.lang.String message, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newDefinitionIdentifierInvalidExceptionobject with the given exception message.
-