Uses of Class
network.oxalis.ng.as4.util.AS4ErrorCode.Severity
-
Packages that use AS4ErrorCode.Severity Package Description network.oxalis.ng.as4.lang network.oxalis.ng.as4.util -
-
Uses of AS4ErrorCode.Severity in network.oxalis.ng.as4.lang
Methods in network.oxalis.ng.as4.lang that return AS4ErrorCode.Severity Modifier and Type Method Description AS4ErrorCode.SeverityAS4Error. getSeverity()AS4ErrorCode.SeverityOxalisAs4Exception. getSeverity()AS4ErrorCode.SeverityOxalisAs4TransmissionException. getSeverity()Constructors in network.oxalis.ng.as4.lang with parameters of type AS4ErrorCode.Severity Constructor Description OxalisAs4Exception(String message, Throwable cause, AS4ErrorCode errorCode, AS4ErrorCode.Severity severity)OxalisAs4Exception(String message, AS4ErrorCode errorCode, AS4ErrorCode.Severity severity)OxalisAs4TransmissionException(String message, AS4ErrorCode errorCode, AS4ErrorCode.Severity severity) -
Uses of AS4ErrorCode.Severity in network.oxalis.ng.as4.util
Methods in network.oxalis.ng.as4.util that return AS4ErrorCode.Severity Modifier and Type Method Description static AS4ErrorCode.SeverityAS4ErrorCode.Severity. nameOf(String name)static AS4ErrorCode.SeverityAS4ErrorCode.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static AS4ErrorCode.Severity[]AS4ErrorCode.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-