Class ConformanceError

java.lang.Object
java.lang.Throwable
java.lang.Error
ca.uhn.hl7v2.conf.classes.exceptions.ConformanceError
All Implemented Interfaces:
Serializable

public class ConformanceError extends Error
This exception will be thrown when an invalid data type is populated
Author:
James AgnewPaul BrohmanMitch DelachevrotiereShawn DyckCory Metcalf
See Also:
  • Constructor Details

    • ConformanceError

      public ConformanceError(String val)
      Constructor for ConformanceError
      Parameters:
      val - the error message to throw
    • ConformanceError

      public ConformanceError(String val, Throwable cause)
      Constructor for ConformanceError
      Parameters:
      val - the error message to throw