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
ConstructorDescriptionHl7v3Exception
(String message) Hl7v3Exception
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic Hl7v3Exception
static Hl7v3Exception
static Hl7v3Exception
static Hl7v3Exception
static Hl7v3Exception
make
(String message, Throwable cause, String typeCode, String statusCode, String acknowledgementDetailCode) static Hl7v3Exception
make
(String message, Throwable cause, String typeCode, String statusCode, String acknowledgementDetailCode, String queryResponseCode) static Hl7v3Exception
make
(String message, Throwable cause, String typeCode, String statusCode, String acknowledgementDetailCode, String queryResponseCode, String detectedIssueEventCode) static Hl7v3Exception
make
(String message, Throwable cause, String typeCode, String statusCode, String acknowledgementDetailCode, String queryResponseCode, String detectedIssueEventCode, String detectedIssueManagementCode) void
void
setDetectedIssueEventCode
(String value) void
void
void
void
void
setQueryResponseCode
(String value) void
setStatusCode
(String value) void
setTypeCode
(String value) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
getTypeCode
-
setTypeCode
-
getAcknowledgementDetailCode
-
setAcknowledgementDetailCode
-
getQueryResponseCode
-
setQueryResponseCode
-
getStatusCode
-
setStatusCode
-
getDetectedIssueEventCode
-
setDetectedIssueEventCode
-
getDetectedIssueEventCodeSystem
-
setDetectedIssueEventCodeSystem
-
getDetectedIssueManagementCode
-
setDetectedIssueManagementCode
-
getDetectedIssueManagementCodeSystem
-
setDetectedIssueManagementCodeSystem
-
make
-