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

org.faktorips.runtime.Severity Maven / Gradle / Ivy

There is a newer version: 22.6.10
Show newest version
/*******************************************************************************
 * Copyright (c) Faktor Zehn AG. 
 * 
 * This source code is available under the terms of the AGPL Affero General Public License version
 * 3.
 * 
 * Please see LICENSE.txt for full license terms, including the additional permissions and
 * restrictions as well as the possibility of alternative license terms.
 *******************************************************************************/

package org.faktorips.runtime;

/**
 * Enum indicating the kind of severity a message can have
 */

public enum Severity {

    /**
     * Severity none.
     */
    NONE,

    /**
     * Severity info.
     */
    INFO,

    /**
     * Severity warning.
     */
    WARNING,

    /**
     * Severity error.
     */
    ERROR;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy