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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.uhn.hl7v2.conf.classes.exceptions.ConformanceException
              extended by ca.uhn.hl7v2.conf.classes.exceptions.ConfDataException
All Implemented Interfaces:
java.io.Serializable

public class ConfDataException
extends ConformanceException

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
ConfDataException(java.lang.String val)
          Constructor for ConfDataException
 
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

ConfDataException

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

Parameters:
val - the error message to throw


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