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