Uses of Class
net.morimekta.providence.serializer.SerializerException
-
Packages that use SerializerException Package Description net.morimekta.providence.serializer net.morimekta.providence.serializer.pretty -
-
Uses of SerializerException in net.morimekta.providence.serializer
Subclasses of SerializerException in net.morimekta.providence.serializer Modifier and Type Class Description classJsonSerializerExceptionWrapper for a JsonException into a SerializerException.Methods in net.morimekta.providence.serializer that return SerializerException Modifier and Type Method Description SerializerExceptionSerializerException. setCallType(PServiceCallType callType)SerializerExceptionSerializerException. setExceptionType(PApplicationExceptionType type)SerializerExceptionSerializerException. setMethodName(java.lang.String methodName)SerializerExceptionSerializerException. setSequenceNo(int sequenceNo)Methods in net.morimekta.providence.serializer that throw SerializerException Modifier and Type Method Description <Message extends PMessage<Message>>
PServiceCall<Message>FastBinarySerializer. deserialize(java.io.InputStream is, PService service)Constructors in net.morimekta.providence.serializer with parameters of type SerializerException Constructor Description SerializerException(SerializerException cause) -
Uses of SerializerException in net.morimekta.providence.serializer.pretty
Subclasses of SerializerException in net.morimekta.providence.serializer.pretty Modifier and Type Class Description classPrettyExceptionException when totalizing fails to make token or read the expected content.
-