watij.runtime
Class NotImplementedYetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by watij.runtime.NotImplementedYetException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedYetException
extends java.lang.Exception

Created by IntelliJ IDEA. User: Date: Apr 17, 2006 Time: 5:30:25 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
NotImplementedYetException()
           
NotImplementedYetException(java.lang.String s)
           
NotImplementedYetException(java.lang.String s, java.lang.Throwable throwable)
           
NotImplementedYetException(java.lang.Throwable throwable)
           
 
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

NotImplementedYetException

public NotImplementedYetException()

NotImplementedYetException

public NotImplementedYetException(java.lang.String s)

NotImplementedYetException

public NotImplementedYetException(java.lang.String s,
                                  java.lang.Throwable throwable)

NotImplementedYetException

public NotImplementedYetException(java.lang.Throwable throwable)