Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.util
Class SerializationException

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

public class SerializationException
extends EVException

Exception related to serialization/deserialization errors.

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

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

SerializationException

public SerializationException()
Constructor.


SerializationException

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

Parameters:
s - description

SerializationException

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