|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.qtitools.qti.exception.QTINotImplementedException
public class QTINotImplementedException
This exception is used for marking not implemented parts of code. It is much more easier to find usage of this exception than some text or general exception. In ideal case this exception should not be present in code on delivery.
| Constructor Summary | |
|---|---|
QTINotImplementedException()
Constructs A new QTINotImplementedException with "Not implemented." text
as its detailed message. |
|
| 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 QTINotImplementedException()
QTINotImplementedException with "Not implemented." text
as its detailed message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||