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

org.hpccsystems.commons.errors.IErrorType Maven / Gradle / Ivy

package org.hpccsystems.commons.errors;

public interface IErrorType
{

    /**
     * Name.
     *
     * @return the string
     */
    String name();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy