Malformed Message Exception
class MalformedMessageException(val errorCode: AvailErrorCode, descriptionSupplier: () -> String) : AvailException
A MalformedMessageException is thrown when a method name is malformed and therefore cannot be converted to parsing instructions.
Author
Mark van Gulik
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.
See also
Constructors
Link copied to clipboard
Construct a new MalformedMessageException with the specified error code and the specified Supplier that describes the problem.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Answer a description of how the signature is malformed.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Answer the numeric error code as an Avail.
Link copied to clipboard
Link copied to clipboard