ca.uhn.hl7v2.app
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.uhn.hl7v2.app.ApplicationException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationException
extends java.lang.Exception

Represents any problem encountered during processing of a message by an Application.

Author:
Bryan Tripp
See Also:
Serialized Form

Constructor Summary
ApplicationException(java.lang.String msg)
          Constructs an instance of ApplicationException with the specified detail message.
ApplicationException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a new exception with the specified underlying cause and detail message.
ApplicationException(java.lang.Throwable cause)
          Constructs a new exception with the specified underlying cause.
 
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

ApplicationException

public ApplicationException(java.lang.String msg)
Constructs an instance of ApplicationException with the specified detail message.


ApplicationException

public ApplicationException(java.lang.Throwable cause)
Constructs a new exception with the specified underlying cause.

Parameters:
cause - an exception that is the reason for this exception

ApplicationException

public ApplicationException(java.lang.String msg,
                            java.lang.Throwable cause)
Constructs a new exception with the specified underlying cause and detail message.

Parameters:
msg - detail message
cause - an exception that is the reason for this exception


Copyright © 2001-2011 University Health Network. All Rights Reserved.