|
||||||||||
| 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.TANotImplementedException
public class TANotImplementedException
| Constructor Summary | |
|---|---|
TANotImplementedException()
Creates a new TANotImplementedException instance. |
|
TANotImplementedException(String message)
Creates a new TANotImplementedException instance with a specific message. |
|
TANotImplementedException(String message,
Throwable cause)
Creates a new TANotImplementedException instance with a specific message
and a Throwable cause. |
|
TANotImplementedException(Throwable cause)
Creates a new TANotImplementedException 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 TANotImplementedException()
TANotImplementedException instance.
public TANotImplementedException(String message)
TANotImplementedException instance with a specific message.
message - The message to be sent with the exception.
public TANotImplementedException(String message,
Throwable cause)
TANotImplementedException instance with a specific message
and a Throwable cause.
message - The message to be sent with the exception.cause - The Throwable cause.public TANotImplementedException(Throwable cause)
TANotImplementedException 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 | |||||||||