ca.uhn.hl7v2
Class LookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.uhn.hl7v2.LookupException
All Implemented Interfaces:
java.io.Serializable

public class LookupException
extends java.lang.Exception

Represents a technical problem accessing table values in the normative database. This exception is thrown when the database values can not be accessed, and is distinct from an UnknownValueException, which is thrown when the values can be accessed and a given value is unknown.

Author:
Bryan Tripp (bryan_tripp@sourceforge.net)
See Also:
Serialized Form

Constructor Summary
LookupException(java.lang.String message)
          Constructs an LookupException with the specified detail message.
LookupException(java.lang.String message, java.lang.Throwable cause)
          Constructs an LookupException with the specified detail message and cause
 
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

LookupException

public LookupException(java.lang.String message)
Constructs an LookupException with the specified detail message.

Parameters:
message -

LookupException

public LookupException(java.lang.String message,
                       java.lang.Throwable cause)
Constructs an LookupException with the specified detail message and cause

Parameters:
message -
cause -


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