com.tensegrity.generic.persistence
Class ReadException

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

public class ReadException
extends StaticException

The ReadException is thrown if a Reader fails to operate properly.

Version:
$Id: ReadException.java,v 1.5 2003/09/05 11:22:52 AndreasEbbert Exp $
Author:
MichaelKegel
See Also:
Reader, Serialized Form

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

ReadException

public ReadException(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.