public final class JsonParserError extends ZserioError
Constructor and Description |
---|
JsonParserError()
Constructs an empty JSON parser error object.
|
JsonParserError(java.lang.String msg)
Constructs a new JSON parser error with the given message.
|
JsonParserError(java.lang.String msg,
java.lang.Throwable throwable)
Constructs a new JSON parser error with the given message and throwable object.
|
JsonParserError(java.lang.Throwable throwable)
Construct a new JSON parser error with the given throwable object.
|
public JsonParserError()
public JsonParserError(java.lang.String msg)
msg
- Error message to create from.public JsonParserError(java.lang.String msg, java.lang.Throwable throwable)
msg
- Error message to create from.throwable
- Throwable object to create from.public JsonParserError(java.lang.Throwable throwable)
throwable
- Throwable object to create from.Last updated 2024-12-05 10:34:50