Class HL7DslException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openehealth.ipf.modules.hl7.dsl.HL7DslException
-
- All Implemented Interfaces:
Serializable
public class HL7DslException extends RuntimeException
Exception thrown on problems while processing HL7 DSL expressions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HL7DslException(String message)
HL7DslException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-