public class ValidationException extends AbstractHL7Exception
Constructor and Description |
---|
ValidationException() |
ValidationException(String msg) |
ValidationException(String msg,
Severity severity) |
ValidationException(String message,
Throwable cause) |
ValidationException(String message,
Throwable cause,
Severity severity) |
ValidationException(Throwable cause) |
ValidationException(Throwable cause,
Severity severity) |
Modifier and Type | Method and Description |
---|---|
static ValidationException |
fromHL7Exception(HL7Exception e) |
getError, getErrorCode, getLocation, getMessage, getMessageWithoutLocation, getResponseMessage, getSeverity, populateResponse, setError, setErrorCode, setFieldPosition, setLocation, setResponseMessage, setSegmentName, setSegmentRepetition, setSeverity
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidationException()
public ValidationException(String message, Throwable cause)
public ValidationException(String message, Throwable cause, Severity severity)
public ValidationException(Throwable cause)
public ValidationException(Throwable cause, Severity severity)
public ValidationException(String msg)
public ValidationException(String msg, Severity severity)
public static ValidationException fromHL7Exception(HL7Exception e)
Copyright © 2001–2017 University Health Network. All rights reserved.