Malformed Message Exception
fun MalformedMessageException(errorCode: AvailErrorCode, descriptionSupplier: () -> String)
Content copied to clipboard
Construct a new MalformedMessageException with the specified error code and the specified Supplier that describes the problem.
Parameters
error Code
The error code.
description Supplier
A Supplier that produces a String describing what was malformed about the signature that failed to be parsed by a MessageSplitter.