SignatureException

A SignatureException is thrown when a definition of a method is invalid. This might indicate a compatibility problem between the argument signature and the message name, or perhaps an inconsistency between the signature and other signatures already installed in the system.

Note that this is distinct from a MalformedMessageException, which indicates a syntactic error in the message name itself.

Author

Mark van Gulik

Parameters

errorCode

See also

Constructors

Link copied to clipboard
constructor(errorCode: AvailErrorCode)

Construct a new SignatureException with the specified error code.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard

Produce a String representation of the stack trace captured in this Throwable.

Functions

Link copied to clipboard
Link copied to clipboard
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