|
||||||||||
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.llp.LLPException
public class LLPException
Represents a problem encountered while using a Lower Layer Protocol. This exception serves to wrap the wide variety of other exceptions that might be encountered with various protocols.
Constructor Summary | |
---|---|
LLPException(java.lang.String msg)
Constructs an LLPException with the specified detail message. |
|
LLPException(java.lang.String msg,
java.lang.Exception e)
Constructs an LLPException with the specified detail message
and embedded exception. |
Method Summary | |
---|---|
java.lang.Exception |
getException()
Returns the embedded exception (if any) - this would normally represent the underlying cause of this LLPException. |
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 LLPException(java.lang.String msg)
LLPException
with the specified detail message.
msg
- the detail message.public LLPException(java.lang.String msg, java.lang.Exception e)
LLPException
with the specified detail message
and embedded exception.
msg
- the detail message.e
- an embedded exception (should normally represent the cause of the LLPException)Method Detail |
---|
public java.lang.Exception getException()
getException()
would return
the UnsupportedEncodingException.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |