|
||||||||||
| 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.UCHNotImplementedException
public class UCHNotImplementedException
| Constructor Summary | |
|---|---|
UCHNotImplementedException()
Creates a new UCHNotImplementedException instance. |
|
UCHNotImplementedException(String message)
Creates a new UCHNotImplementedException instance with a specific message. |
|
UCHNotImplementedException(String message,
Throwable cause)
Creates a new UCHNotImplementedException instance with a specific message
and a Throwable cause. |
|
UCHNotImplementedException(Throwable cause)
Creates a new UCHNotImplementedException 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 UCHNotImplementedException()
UCHNotImplementedException instance.
public UCHNotImplementedException(String message)
UCHNotImplementedException instance with a specific message.
message - The message to be sent with the exception.
public UCHNotImplementedException(String message,
Throwable cause)
UCHNotImplementedException instance with a specific message
and a Throwable cause.
message - The message to be sent with the exception.cause - The Throwable cause.public UCHNotImplementedException(Throwable cause)
UCHNotImplementedException instance with a Throwable cause.
cause - The Throwable cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||