Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.util
Class NotImplementedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.evolvica.util.EVRuntimeException
                  extended byorg.evolvica.util.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends EVRuntimeException

Exception for features that are not implemented (yet).

Since:
0.4.0
Version:
$Revision: 1.5 $ $Date: 2004/05/26 11:58:38 $
Author:
Andreas Rummler
See Also:
Serialized Form

Constructor Summary
NotImplementedException()
          Constructor.
NotImplementedException(java.lang.String s)
          Constructor with descriptive string.
NotImplementedException(java.lang.String s, java.lang.Throwable t)
          Constructor with descriptive string and throwable which caused this exception.
 
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

NotImplementedException

public NotImplementedException()
Constructor.


NotImplementedException

public NotImplementedException(java.lang.String s)
Constructor with descriptive string.

Parameters:
s - description

NotImplementedException

public NotImplementedException(java.lang.String s,
                               java.lang.Throwable t)
Constructor with descriptive string and throwable which caused this exception.

Parameters:
s - description
t - throwable which caused the creation of this exception

Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

Copyright © 2000-2004 Technical University of Ilmenau, Department Electronic Circuits and Systems