|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.conf.ProfileException
public class ProfileException
Represents something wrong with a profile. This is distinguished from something that is wrong with a message according to a profile (in the latter case, an HL7Exception might be thrown when the message is validated against the profile).
| Constructor Summary | |
|---|---|
ProfileException(java.lang.String msg)
Constructs an instance of ProfileException with the specified detail message. |
|
ProfileException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of ProfileException with the specified
cause and detail message. |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public ProfileException(java.lang.String msg)
ProfileException with the specified detail message.
msg - the detail message.
public ProfileException(java.lang.String msg,
java.lang.Throwable cause)
ProfileException with the specified
cause and detail message.
msg - the detail message.cause - the underlying cause of the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||