ca.uhn.hl7v2.conf.classes.exceptions
Class ConformanceError

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

public class ConformanceError
extends java.lang.Error

This exception will be thrown when an invalid data type is populated

Author:
James AgnewPaul BrohmanMitch DelachevrotiereShawn DyckCory Metcalf
See Also:
Serialized Form

Constructor Summary
ConformanceError(java.lang.String val)
          Constructor for ConformanceError
ConformanceError(java.lang.String val, java.lang.Throwable cause)
          Constructor for ConformanceError
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConformanceError

public ConformanceError(java.lang.String val)
Constructor for ConformanceError

Parameters:
val - the error message to throw

ConformanceError

public ConformanceError(java.lang.String val,
                        java.lang.Throwable cause)
Constructor for ConformanceError

Parameters:
val - the error message to throw


Copyright © 2001-2011 University Health Network. All Rights Reserved.