Interface IErrorMessage

All Superinterfaces:
IMessage, Serializable
All Known Implementing Classes:
EventError

public interface IErrorMessage extends IMessage
This interface defines the methods for an object holding an error or warning message.
Since:
5.0
Author:
O. Kerpershoek
  • Method Details

    • getValueReference

      ValueReference getValueReference()
      This method returns the attribute reference the message is defined for. For global error or warning messages, this method will return a null value.
      Returns:
      the attribute reference the message is defined for.
    • getElementId

      RuntimeKey getElementId()
      This method returns the ID of the element that generated the error/warning.
      Returns:
      the ID of the element that generated the error/warning.