org.state4j.exceptions
Class NotImplementedYetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.state4j.exceptions.LogicErrorException
                  extended by org.state4j.exceptions.NotImplementedYetException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedYetException
extends LogicErrorException

See Also:
Serialized Form

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

NotImplementedYetException

public NotImplementedYetException(java.lang.String arg0,
                                  java.lang.Throwable arg1)

NotImplementedYetException

public NotImplementedYetException(java.lang.Throwable arg0)


Copyright © 2006 . All Rights Reserved.