com.tensegrity.generic.persistence
Class WriteException

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

public class WriteException
extends StaticException

The WriteException is thrown during the write process of a Writer.

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

Constructor Summary
WriteException(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

WriteException

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

Parameters:
message - an info text for the cause of this exception.


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