Package com.graphs.utils
Class MessageProvider
java.lang.Object
com.graphs.utils.MessageProvider
This utility class is a simple message provider implementation.
- Since:
- 2.0
- Version:
- JDK 1.7
- Author:
- Ćukasz Malara
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This field stores a message for one of the exceptions once it is caught.static final String
This field stores a part of one of the feedback messages.static final String
This field stores a part of one of the feedback messages.static final String
This field stores a message for one of the exceptions once it is caught. -
Constructor Summary
-
Method Summary
-
Field Details
-
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
This field stores a message for one of the exceptions once it is caught.- Since:
- 1.0
- See Also:
-
IS_NOT
This field stores a part of one of the feedback messages.- Since:
- 1.0
- See Also:
-
IS
This field stores a part of one of the feedback messages.- Since:
- 1.0
- See Also:
-
-
Constructor Details
-
MessageProvider
public MessageProvider()
-