|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.littleshoot.util.NotYetImplementedException
public class NotYetImplementedException
An exception indicating that some functionality has not yet implemented.
| Constructor Summary | |
|---|---|
NotYetImplementedException()
Constructs a new not yet implemented exception. |
|
NotYetImplementedException(String message)
Constructs a new not yet implemented exception. |
|
NotYetImplementedException(String message,
Throwable cause)
Constructs a new not yet implemented exception. |
|
NotYetImplementedException(Throwable cause)
Constructs a new not yet implemented exception. |
|
| 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 NotYetImplementedException()
public NotYetImplementedException(String message)
message - The message.
public NotYetImplementedException(String message,
Throwable cause)
message - The message.cause - The cause of the exception (used for chaining).public NotYetImplementedException(Throwable cause)
cause - The cause of the exception (used for chaining).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||