Class JsonLfDecoder.Error
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.daml.ledger.javaapi.data.codegen.json.JsonLfDecoder.Error
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- JsonLfDecoder<T>
public static class JsonLfDecoder.Error extends java.io.IOException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description JsonLfReader.Location
location
-
Constructor Summary
Constructors Constructor Description Error(java.lang.String message, JsonLfReader.Location loc)
Error(java.lang.String message, JsonLfReader.Location loc, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonLfDecoder.Error
fromStartLocation(JsonLfReader.Location start)
-
-
-
Field Detail
-
location
public final JsonLfReader.Location location
-
-
Constructor Detail
-
Error
public Error(java.lang.String message, JsonLfReader.Location loc)
-
Error
public Error(java.lang.String message, JsonLfReader.Location loc, java.lang.Throwable cause)
-
-
Method Detail
-
fromStartLocation
public JsonLfDecoder.Error fromStartLocation(JsonLfReader.Location start)
-
-