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

com.googlecode.jpattern.shared.result.IErrorMessage Maven / Gradle / Ivy

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