nahuja.iframework.1.1.1.source-code.FrameworkCoreMessages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iframework Show documentation
Show all versions of iframework Show documentation
This is a set of utilities and classes that I have found useful over the years.
In my career spanning over a decade, I have time and again written the same code or
some part of the code over and over again. I never found the time to collate the details
in a reusable library. This project will be a collection of such files.
The work that I have been doing is more than 5 years old, however the project has been
conceived in 2011.
## ConfigurationException messages
SPRING_INJECTION = Spring beans not injected correctly for [##]
INVALID_METHOD_VALIDATOR = No Method validator found for [##]
DATABASE_CONNECTION_REFUSED=Unable to connect to database. Error is [##]
## ObjectInitializationException messages
CLASS_NOT_FOUND = Class [##] not found in classpath
ILLEGAL_ACCESS = Illegal access for class [##]
## UnImplementedException messages
NOT_IMPLEMENTED = Method [##] is not implemented
NOT_IMPLEMENTED_WITH_PARAMS = Method [##], with Parameters [##] is not implemented