com.googlecode.jpattern.shared.result.IErrorMessage Maven / Gradle / Ivy
package com.googlecode.jpattern.shared.result;
import java.io.Serializable;
/**
*
* @author Francesco Cina'
*
* 29/gen/2011
*/
public interface IErrorMessage extends Serializable {
String getMessage();
String getName();
String[] getParameters();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy