Package io.protostuff
Class JsonInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.protostuff.ProtostuffException
-
- io.protostuff.JsonInputException
-
- All Implemented Interfaces:
java.io.Serializable
public class JsonInputException extends ProtostuffException
Thrown when a json-encoded protobuf message being parsed is invalid in some way.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description JsonInputException(java.lang.String description)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-