Malformed Message Exception
class MalformedMessageException(val errorCode: AvailErrorCode, descriptionSupplier: () -> String) : AvailException
Content copied to clipboard
A MalformedMessageException is thrown when a method name is malformed and therefore cannot be converted to parsing instructions.
Author
Mark van Gulik
See also
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.
Constructors
Link copied to clipboard
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.
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