public class FragmentException extends HL7Exception
| Constructor and Description |
|---|
FragmentException()
Constructs a new Fragment Exception.
|
FragmentException(java.lang.String strMessage)
Constructs a new Fragment Exception with the specified detail message.
|
FragmentException(java.lang.String strMessage,
java.lang.Throwable cause)
Constructs a new Fragment Exception with the specified detail message and cause.
|
FragmentException(java.lang.Throwable cause)
Constructs a new Fragment Exception with the specified cause.
|
getErrorCode, getMessage, setErrorCodepublic FragmentException(java.lang.String strMessage,
java.lang.Throwable cause)
strMessage - the detail messagecause - the causepublic FragmentException(java.lang.String strMessage)
strMessage - the detail message.public FragmentException(java.lang.Throwable cause)
cause - the cause (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public FragmentException()