ca.uhn.hl7v2.conf
Class ProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.uhn.hl7v2.conf.ProfileException
- All Implemented Interfaces:
- Serializable
public class ProfileException
- extends Exception
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).
- Author:
- Bryan Tripp
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProfileException
public ProfileException(String msg)
- Constructs an instance of
ProfileException with the specified detail message.
- Parameters:
msg - the detail message.
ProfileException
public ProfileException(String msg,
Throwable cause)
- Constructs an instance of
ProfileException with the specified
cause and detail message.
- Parameters:
msg - the detail message.cause - the underlying cause of the exception
Copyright © 2001-2012 University Health Network. All Rights Reserved.