Package | Description |
---|---|
ca.uhn.hl7v2 | |
ca.uhn.hl7v2.model | |
ca.uhn.hl7v2.validation.impl |
Modifier and Type | Method and Description |
---|---|
static ErrorCode |
ErrorCode.errorCodeFor(int errCode)
Returns the ErrorCode for the given integer
|
ErrorCode |
AbstractHL7Exception.getError() |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHL7Exception.setError(ErrorCode errorCode) |
Constructor and Description |
---|
HL7Exception(String message,
ErrorCode error)
Creates an HL7Exception.
|
HL7Exception(String message,
ErrorCode error,
Throwable cause)
Creates an HL7Exception.
|
Constructor and Description |
---|
DataTypeException(String message,
ErrorCode error) |
DataTypeException(String message,
ErrorCode error,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
RuleSupport.getErrorCode() |
Modifier and Type | Method and Description |
---|---|
void |
RuleSupport.setErrorCode(ErrorCode errorCode) |
Copyright © 2001–2017 University Health Network. All rights reserved.