com.ail.core
Class NotImplementedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.ail.core.BaseError
              extended by com.ail.core.NotImplementedError
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedError
extends BaseError

This error is thrown when an operation cannot be completed because some of the functionality required has not yet been implemented.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
NotImplementedError(java.lang.String description)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseError
getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotImplementedError

public NotImplementedError(java.lang.String description)