yawn.io.serialization
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by yawn.YawnException
              extended by yawn.io.serialization.SerializationException
All Implemented Interfaces:
java.io.Serializable

public class SerializationException
extends YawnException

Thrown when an exception occurs when serializing/de-serializing neural networks configuration. $Id: SerializationException.java,v 1.3 2005/04/07 17:28:07 supermarti Exp $

Version:
$Revision: 1.3 $
Author:
Alexei Guevara
See Also:
Serialized Form

Constructor Summary
SerializationException()
           
SerializationException(java.lang.String theMessage)
           
SerializationException(java.lang.String theMessage, java.lang.Throwable theCause)
           
SerializationException(java.lang.Throwable theCause)
           
 
Method Summary
 
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()

SerializationException

public SerializationException(java.lang.String theMessage)

SerializationException

public SerializationException(java.lang.Throwable theCause)

SerializationException

public SerializationException(java.lang.String theMessage,
                              java.lang.Throwable theCause)


Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.