Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.util
Class EVRuntimeException

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

public class EVRuntimeException
extends java.lang.RuntimeException

Base class for all runtime exceptions of the EA package. These exceptions may occur at any time and need not to be caught.

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

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

EVRuntimeException

public EVRuntimeException()
Constructor.


EVRuntimeException

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

Parameters:
s - description

EVRuntimeException

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