Package ca.uhn.hl7v2.validation
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.AbstractHL7Exception
ca.uhn.hl7v2.validation.ValidationException
- All Implemented Interfaces:
Serializable
A failure to validate against a rule.
- Author:
- Bryan Tripp, Christian Ohr
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String msg, Severity severity) ValidationException(String message, Throwable cause) ValidationException(String message, Throwable cause, Severity severity) ValidationException(Throwable cause) ValidationException(Throwable cause, Severity severity) -
Method Summary
Methods 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
-
ValidationException
public ValidationException() -
ValidationException
-
ValidationException
-
ValidationException
-
ValidationException
-
ValidationException
-
ValidationException
-
-
Method Details
-
fromHL7Exception
-