org.qtitools.qti.exception
Class QTINotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by org.qtitools.qti.exception.QTINotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class QTINotImplementedException
extends java.lang.AssertionError

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.

Author:
Jiri Kajaba
See Also:
Serialized Form

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

QTINotImplementedException

public QTINotImplementedException()
Constructs A new QTINotImplementedException with "Not implemented." text as its detailed message.



Copyright © 2009. All Rights Reserved.