Package org.eclipse.ditto.json
Class JsonFieldSelectorInvalidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.ditto.json.JsonRuntimeException
-
- org.eclipse.ditto.json.JsonFieldSelectorInvalidException
-
- All Implemented Interfaces:
java.io.Serializable
,JsonException
public final class JsonFieldSelectorInvalidException extends JsonRuntimeException
Thrown if a field selector at was in a invalid format.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JsonFieldSelectorInvalidException.Builder
A mutable builder for aJsonPointerInvalidException
.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ERROR_CODE
Error code of this exception.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonFieldSelectorInvalidException.Builder
newBuilder()
Returns a builder for fluently creating instances ofJsonParseException
s..-
Methods inherited from class org.eclipse.ditto.json.JsonRuntimeException
getDescription, getErrorCode, getHref, newBuilder
-
-
-
-
Field Detail
-
ERROR_CODE
public static final java.lang.String ERROR_CODE
Error code of this exception.- See Also:
- Constant Field Values
-
-
Method Detail
-
newBuilder
public static JsonFieldSelectorInvalidException.Builder newBuilder()
Returns a builder for fluently creating instances ofJsonParseException
s..- Returns:
- a new builder for JsonParseException objects.
-
-