Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.responses.ErrorCode
Packages that use ErrorCode
Package
Description
-
Uses of ErrorCode in org.openehealth.ipf.commons.ihe.xds.core
Methods in org.openehealth.ipf.commons.ihe.xds.core that return ErrorCodeConstructors in org.openehealth.ipf.commons.ihe.xds.core with parameters of type ErrorCodeModifierConstructorDescriptionXdsRuntimeException(ErrorCode errorCode, String codeContext, Severity severity, String location) -
Uses of ErrorCode in org.openehealth.ipf.commons.ihe.xds.core.responses
Methods in org.openehealth.ipf.commons.ihe.xds.core.responses that return ErrorCodeModifier and TypeMethodDescriptionErrorInfo.getErrorCode()static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCodeErrorCode.valueOfOpcode(String opcode) Returns the error code that corresponds to the given opcode.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.xds.core.responses with parameters of type ErrorCodeModifier and TypeMethodDescriptionstatic Stringnull-safe version ofgetOpcode().voidErrorInfo.setErrorCode(ErrorCode errorCode) Constructors in org.openehealth.ipf.commons.ihe.xds.core.responses with parameters of type ErrorCodeModifierConstructorDescriptionErrorInfo(Throwable throwable, ErrorCode defaultMetaDataError, ErrorCode defaultError, String defaultLocation) Constructs an error info from the given exception.ErrorInfo(ErrorCode errorCode, String codeContext, Severity severity, String location, String customErrorCode) Constructs an error info.QueryResponse(Throwable throwable, ErrorCode defaultMetaDataError, ErrorCode defaultError, String location) Constructs an error response object with the data from an exception.Response(Throwable throwable, ErrorCode defaultMetaDataError, ErrorCode defaultError, String location) Constructs an error response object with the data from an exception.RetrievedDocumentSet(Throwable throwable, ErrorCode defaultMetaDataError, ErrorCode defaultError, String location) Constructs an error response object with the data from an exception. -
Uses of ErrorCode in org.openehealth.ipf.commons.ihe.xds.core.validate
Methods in org.openehealth.ipf.commons.ihe.xds.core.validate that return ErrorCode