Class MessageUtils
java.lang.Object
io.github.blyznytsiaorg.bibernate.utils.MessageUtils
Utility class containing message constants for logging and exception handling in the Bibernate framework.
It includes nested utility classes,
MessageUtils.ExceptionMessage
and MessageUtils.LogMessage
, each encapsulating
specific message constants related to exceptions and logging, respectively.- Since:
- 1.0
- Author:
- Blyzhnytsia Team
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested utility class containing message constants for exception handling in the Bibernate framework.static class
Nested utility class containing message constants for logging in the Bibernate framework. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
MessageUtils
public MessageUtils()
-