Class ConformanceError
java.lang.Object
java.lang.Throwable
java.lang.Error
ca.uhn.hl7v2.conf.classes.exceptions.ConformanceError
- All Implemented Interfaces:
Serializable
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
ConstructorsConstructorDescriptionConformanceError(String val) Constructor for ConformanceErrorConformanceError(String val, Throwable cause) Constructor for ConformanceError -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConformanceError
Constructor for ConformanceError- Parameters:
val- the error message to throw
-
ConformanceError
Constructor for ConformanceError- Parameters:
val- the error message to throw
-