Package io.protostuff

Class JsonInputException

All Implemented Interfaces:
Serializable

public class JsonInputException extends ProtostuffException
Thrown when a json-encoded protobuf message being parsed is invalid in some way.
See Also:
  • Field Details

  • Constructor Details

    • JsonInputException

      public JsonInputException(String description)