Class MessageProvider

java.lang.Object
com.graphs.utils.MessageProvider

public final class MessageProvider extends Object
This utility class is a simple message provider implementation.
Since:
2.0
Version:
JDK 1.7
Author:
Ɓukasz Malara
  • Field Details

    • IO_EXC_MSG

      public static final String IO_EXC_MSG
      This field stores a message for one of the exceptions once it is caught.
      Since:
      1.0
      See Also:
    • NUMBER_FORMAT_EXC_MSG

      public static final String NUMBER_FORMAT_EXC_MSG
      This field stores a message for one of the exceptions once it is caught.
      Since:
      1.0
      See Also:
    • IS_NOT

      public static final String IS_NOT
      This field stores a part of one of the feedback messages.
      Since:
      1.0
      See Also:
    • IS

      public static final String IS
      This field stores a part of one of the feedback messages.
      Since:
      1.0
      See Also:
  • Constructor Details

    • MessageProvider

      public MessageProvider()