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