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