|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.LookupException
public class LookupException
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.
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 |
---|
public LookupException(java.lang.String message)
LookupException
with the specified detail message.
message
- public LookupException(java.lang.String message, java.lang.Throwable cause)
LookupException
with the specified detail message and cause
message
- cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |