|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.wisc.trace.uch.UIPMFatalException
public class UIPMFatalException
This allows developers to distinguish UIPM Fatal exceptions from Java exceptions.
| 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 |
|---|
public UIPMFatalException()
public UIPMFatalException(String message)
message - The message to be sent with the exception.
public UIPMFatalException(String message,
Throwable cause)
message - The message to be sent with the exception.cause - The Throwable cause.public UIPMFatalException(Throwable cause)
cause - The Throwable cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||