Class ConformanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.conf.classes.exceptions.ConformanceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfDataException,ConfRepException
This exception will be thrown when an invalid data type is populated
- Author:
James Agnew Paul Brohman Mitch Delachevrotiere Shawn Dyck Cory Metcalf - See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConformanceException
Constructor for ConformanceException- Parameters:
val- the error message to throw
-