shadow:standard

Exception IncompatibleMessageTypeException

Parent class

shadow:standard@Exception

public exception IncompatibleMessageTypeException

Exception IncompatibleMessageTypeException is thrown when a thread requests a message type but another incompatible type is found. For example, a thread can send an int and another thread could request to receive a String. These types are incompatible and an exception is thrown.

Author

Claude Abounegm

Create Summary

Modifiers Return Types Method and Description
public () create(Class expectedType, Class actualType)

Destroy Summary

Modifiers Return Types Method and Description
public () destroy()

Method Summary

Modifiers Return Types Method and Description
public readonly (IncompatibleMessageTypeException) copy(AddressMap addresses)

Create Detail

create

public create(Class expectedType, Class actualType) => ()

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

public readonly copy(AddressMap addresses) => (IncompatibleMessageTypeException)