com.tensegrity.generic.persistence
Class SerializeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.generic.persistence.SerializeException
All Implemented Interfaces:
java.io.Serializable

public class SerializeException
extends StaticException

The SerializeException is thrown during the serialize process of a Serializer.

Version:
$Id: SerializeException.java,v 1.3 2003/08/27 16:32:06 AndreasEbbert Exp $
Author:
MichaelKegel
See Also:
Serializer, Serialized Form

Constructor Summary
SerializeException(java.lang.String message)
          Constructor specifying a detailed message.
 
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

SerializeException

public SerializeException(java.lang.String message)
Constructor specifying a detailed message.

Parameters:
message - an exception info text.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.