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:
Serializable
- Enclosing interface:
- JsonLfDecoder<T>
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionError
(String message, JsonLfReader.Location loc) Error
(String message, JsonLfReader.Location loc, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
location
-
-
Constructor Details
-
Error
-
Error
-
-
Method Details
-
fromStartLocation
-