edu.wisc.trace.uch
Class UIPMFatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wisc.trace.uch.UIPMFatalException
All Implemented Interfaces:
Serializable

public class UIPMFatalException
extends Exception

This allows developers to distinguish UIPM Fatal exceptions from Java exceptions.

Version:
$Revision: 1.11 $
Author:
Parikshit Thakur & Team, Trace R&D Center
See Also:
Serialized Form

Constructor Summary
UIPMFatalException()
          Creates a new TAFatalException instance.
UIPMFatalException(String message)
          Creates a new TAFatalException instance with a specific message.
UIPMFatalException(String message, Throwable cause)
          Creates a new TAFatalException instance with a specific message and a Throwable cause.
UIPMFatalException(Throwable cause)
          Creates a new TAFatalException instance with a Throwable 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

UIPMFatalException

public UIPMFatalException()
Creates a new TAFatalException instance.


UIPMFatalException

public UIPMFatalException(String message)
Creates a new TAFatalException instance with a specific message.

Parameters:
message - The message to be sent with the exception.

UIPMFatalException

public UIPMFatalException(String message,
                          Throwable cause)
Creates a new TAFatalException instance with a specific message and a Throwable cause.

Parameters:
message - The message to be sent with the exception.
cause - The Throwable cause.

UIPMFatalException

public UIPMFatalException(Throwable cause)
Creates a new TAFatalException instance with a Throwable cause.

Parameters:
cause - The Throwable cause.


Copyright © 2006-2008 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.