com.stc.connector.hl7.framework.llp
Class HLLPParsingtException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stc.connector.appconn.common.ApplicationException
com.stc.connector.tcpip.hl7.exception.HL7ApplicationException
com.stc.connector.hl7.framework.llp.HLLPParsingtException
- All Implemented Interfaces:
- TCPIPNestedException, java.io.Serializable
- Direct Known Subclasses:
- HLLPCharacterCountException, HLLPChecksumException, HLLPDataTooLongException, HLLPOthersException
public abstract class HLLPParsingtException
- extends HL7ApplicationException
It represents a HLLP message parsing (extracting) exception.
- Version:
- cvs revision: $Revision: 1.5 $ Last Modified: $Date: 2005/09/03 06:28:21 $
- Author:
- Harry Liu
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
version
|
Method Summary |
abstract java.lang.String |
getReasonCode()
Method getReasonCode. |
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 |
version
public static final java.lang.String version
- See Also:
- Constant Field Values
HLLPParsingtException
public HLLPParsingtException()
- Creates a new instance of
HLLPParsingtException
without detail message.
HLLPParsingtException
public HLLPParsingtException(java.lang.String msg)
- Constructs an instance of
HLLPParsingtException
with the specified detail message.
- Parameters:
msg
- the detail message.
HLLPParsingtException
public HLLPParsingtException(java.lang.Exception nestedException)
- Parameters:
nestedException
-
HLLPParsingtException
public HLLPParsingtException(java.lang.String msg,
java.lang.Exception nestedException)
- Parameters:
msg
- nestedException
-
getReasonCode
public abstract java.lang.String getReasonCode()
- Method getReasonCode.
- Returns:
- String