Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.util
Class EVException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.evolvica.util.EVException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SerializationException

public class EVException
extends java.lang.Exception

Base class for all exceptions of the EA package.

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

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

EVException

public EVException()
Constructor.


EVException

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

Parameters:
s - description

EVException

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