com.ideanest.util
Class NotYetImplementedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ideanest.util.NotYetImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotYetImplementedException
extends java.lang.RuntimeException

Used to signal that a method has not yet been implemented. Should only occur during development.

See Also:
Serialized Form

Constructor Summary
NotYetImplementedException()
           
NotYetImplementedException(java.lang.String s)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotYetImplementedException

public NotYetImplementedException()

NotYetImplementedException

public NotYetImplementedException(java.lang.String s)