All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.itcb.common.business.exceptions.ExceptionMappingErrors Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
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