Class Hl7v3Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3Exception
- All Implemented Interfaces:
GroovyObject,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHl7v3Exception(String message) Hl7v3Exception(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic Hl7v3Exceptionstatic Hl7v3Exceptionstatic Hl7v3Exceptionstatic Hl7v3Exceptionstatic Hl7v3Exceptionmake(String message, Throwable cause, String typeCode, String statusCode, String acknowledgementDetailCode) static Hl7v3Exceptionmake(String message, Throwable cause, String typeCode, String statusCode, String acknowledgementDetailCode, String queryResponseCode) static Hl7v3Exceptionmake(String message, Throwable cause, String typeCode, String statusCode, String acknowledgementDetailCode, String queryResponseCode, String detectedIssueEventCode) static Hl7v3Exceptionmake(String message, Throwable cause, String typeCode, String statusCode, String acknowledgementDetailCode, String queryResponseCode, String detectedIssueEventCode, String detectedIssueManagementCode) voidvoidsetDetectedIssueEventCode(String value) voidvoidvoidvoidvoidsetQueryResponseCode(String value) voidsetStatusCode(String value) voidsetTypeCode(String value) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
Hl7v3Exception
public Hl7v3Exception() -
Hl7v3Exception
-
Hl7v3Exception
-
-
Method Details
-
make
-
make
-
make
-
make
public static Hl7v3Exception make(String message, Throwable cause, String typeCode, String statusCode) -
make
-
make
-
make
-
getMetaClass
- Specified by:
getMetaClassin interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClassin interfaceGroovyObject
-
getTypeCode
-
setTypeCode
-
getAcknowledgementDetailCode
-
setAcknowledgementDetailCode
-
getQueryResponseCode
-
setQueryResponseCode
-
getStatusCode
-
setStatusCode
-
getDetectedIssueEventCode
-
setDetectedIssueEventCode
-
getDetectedIssueEventCodeSystem
-
setDetectedIssueEventCodeSystem
-
getDetectedIssueManagementCode
-
setDetectedIssueManagementCode
-
getDetectedIssueManagementCodeSystem
-
setDetectedIssueManagementCodeSystem
-
make
-