Package ca.uhn.hl7v2.model
Class DataTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.AbstractHL7Exception
ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.model.DataTypeException
- All Implemented Interfaces:
Serializable
Represents a problem with the validity of a data type, such as an attempt
to set the value of a primitive type to something invalid for that type.
- Author:
- Bryan Tripp (bryan_tripp@sourceforge.net)
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.HL7Exception
ACK_AA, ACK_AE, ACK_AR, ACK_CA, ACK_CE, ACK_CR, APPLICATION_INTERNAL_ERROR, APPLICATION_RECORD_LOCKED, DATA_TYPE_ERROR, DUPLICATE_KEY_IDENTIFIER, MESSAGE_ACCEPTED, REQUIRED_FIELD_MISSING, SEGMENT_SEQUENCE_ERROR, TABLE_VALUE_NOT_FOUND, UNKNOWN_KEY_IDENTIFIER, UNSUPPORTED_EVENT_CODE, UNSUPPORTED_MESSAGE_TYPE, UNSUPPORTED_PROCESSING_ID, UNSUPPORTED_VERSION_ID -
Constructor Summary
ConstructorsConstructorDescriptionDataTypeException(String message) DataTypeException(String message, int errorCondition) Deprecated.DataTypeException(String message, int errorCondition, Throwable cause) Deprecated.DataTypeException(String message, ErrorCode error) DataTypeException(String message, ErrorCode error, Throwable cause) DataTypeException(String message, Throwable cause) DataTypeException(Throwable cause) -
Method Summary
Methods inherited from class ca.uhn.hl7v2.HL7Exception
getDetail, setDetailMethods inherited from class ca.uhn.hl7v2.AbstractHL7Exception
getError, getErrorCode, getLocation, getMessage, getMessageWithoutLocation, getResponseMessage, getSeverity, populateResponse, setError, setErrorCode, setFieldPosition, setLocation, setResponseMessage, setSegmentName, setSegmentRepetition, setSeverityMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataTypeException
Deprecated.- Parameters:
message-errorCondition-cause-
-
DataTypeException
-
DataTypeException
Deprecated.- Parameters:
message-errorCondition-
-
DataTypeException
-
DataTypeException
-
DataTypeException
-
DataTypeException
-