Severity

public enum Severity

Enum Constants

Error

public static final Severity Error

An error.

FatalError

public static final Severity FatalError

An error so bad it necessitates an immediate stop.

Ignored

public static final Severity Ignored

A diagnostic that was ignored because of some flag.

Note

public static final Severity Note

A note, indicating something about the code (often some extra information about another error).

Warning

public static final Severity Warning

A possible error.

Methods

fromInteger

public static Severity fromInteger(int value)

toInteger

public static int toInteger(Severity value)