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