Package network.oxalis.as4.lang
Interface AS4Error
-
- All Known Implementing Classes:
OxalisAs4Exception,OxalisAs4TransmissionException
public interface AS4Error
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AS4ErrorCodegetErrorCode()ExceptiongetException()StringgetMessage()AS4ErrorCode.SeveritygetSeverity()
-
-
-
Method Detail
-
getErrorCode
AS4ErrorCode getErrorCode()
-
getSeverity
AS4ErrorCode.Severity getSeverity()
-
getMessage
String getMessage()
-
getException
Exception getException()
-
-