Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.util
Class NotSupportedException

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

public class NotSupportedException
extends EVRuntimeException

Exception for things that are currently not supported.

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

Constructor Summary
NotSupportedException()
          Constructor.
NotSupportedException(java.lang.String s)
          Constructor with descriptive string.
NotSupportedException(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

NotSupportedException

public NotSupportedException()
Constructor.


NotSupportedException

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

Parameters:
s - description

NotSupportedException

public NotSupportedException(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