MessageInvalid

public interface MessageInvalid implements MessageError

An interface for the MessageError types which report a message being invalid.

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.