Interface MessageIF

All Superinterfaces:
Serializable
All Known Implementing Classes:
ChangeMessage, Message

public interface MessageIF extends Serializable
Message handled by log model.
Version:
11.4.2
Author:
jmback
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the details of a message.
    Get the message name, i.e.
    void
    The message is stored into cache.
  • Method Details

    • getDetails

      String getDetails()
      Get the details of a message.
      Returns:
      Detailsd of error message including call stack
    • remember

      void remember()
      The message is stored into cache. This is useful for messages which should be accessed later.
    • getName

      String getName()
      Get the message name, i.e. description with variable arguments
      Returns:
      description of the message