MessageUnhandled

public interface MessageUnhandled implements MessageError

An interface for the MessageError types which report an unhandled message being posted into a Bus.

Except the methods declared in MessageError, this type is a marker interface.

Inheritors

Inherited functions

Link copied to clipboard
public abstract Error asError()
Converts this instance into an io.spine.base.Error.
Link copied to clipboard
public abstract Throwable asThrowable()
Converts this instance into a java.lang.Throwable.