Class TextMessageInformationException

All Implemented Interfaces:
InformationException, Serializable

public class TextMessageInformationException extends BaseRuntimeException implements InformationException
See Also:
  • Constructor Details

    • TextMessageInformationException

      public TextMessageInformationException(TextMessage textMessage)
      Parameters:
      textMessage - the message to format and display to the user
    • TextMessageInformationException

      public TextMessageInformationException(String textMessageKey)
      Parameters:
      textMessageKey - key of the text resource to display
  • Method Details