net.sf.itcb.common.business.exceptions.ExceptionMappingErrors Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of itcb-common-business Show documentation
Show all versions of itcb-common-business Show documentation
This module is the common module that must depend all the business modules.
package net.sf.itcb.common.business.exceptions;
/**
* Errors are managing by enums.
* The message key is the key of enum item.
* The message is the associated label.
* {@link GenericExceptionMappingErrors}
* @author Pierre Le Roux
*
*/
public interface ExceptionMappingErrors
{
public abstract String getMessage();
public abstract String getMessageKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy