Uses of Enum Class
ca.uhn.hl7v2.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in ca.uhn.hl7v2
Methods in ca.uhn.hl7v2 that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCodeErrorCode.errorCodeFor(int errCode) Returns the ErrorCode for the given integerAbstractHL7Exception.getError()static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.hl7v2 with parameters of type ErrorCodeConstructors in ca.uhn.hl7v2 with parameters of type ErrorCodeModifierConstructorDescriptionHL7Exception(String message, ErrorCode error) Creates an HL7Exception.HL7Exception(String message, ErrorCode error, Throwable cause) Creates an HL7Exception. -
Uses of ErrorCode in ca.uhn.hl7v2.model
Constructors in ca.uhn.hl7v2.model with parameters of type ErrorCodeModifierConstructorDescriptionDataTypeException(String message, ErrorCode error) DataTypeException(String message, ErrorCode error, Throwable cause) -
Uses of ErrorCode in ca.uhn.hl7v2.validation.impl
Methods in ca.uhn.hl7v2.validation.impl that return ErrorCodeMethods in ca.uhn.hl7v2.validation.impl with parameters of type ErrorCode