Uses of Class
io.protostuff.ProtostuffException
-
Packages that use ProtostuffException Package Description io.protostuff -
-
Uses of ProtostuffException in io.protostuff
Subclasses of ProtostuffException in io.protostuff Modifier and Type Class Description class
JsonInputException
Thrown when a json-encoded protobuf message being parsed is invalid in some way.class
ProtobufException
Thrown when a protocol message being parsed is invalid in some way, e.g.class
XmlInputException
Thrown when an xml-encoded message being parsed is invalid in some way.class
XmlOutputException
Wrapper forXMLStreamException
.
-