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:
  • Constructor Details

    • 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