Back to project page baracus-framework.
The source code is released under:
Apache License
If you think the Android project baracus-framework listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package net.mantucon.baracus.errorhandling; /* w w w .j av a 2 s .c o m*/ /** * Created with IntelliJ IDEA. * User: marcus * Date: 20.09.13 * Time: 07:55 * <p/> * Severity indicator for an error. currently (mostly) unused */ public enum ErrorSeverity { HINT, WARNING, ERROR, FATAL }