dLife Home Page

dlife.sys
Class SerializationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by dlife.sys.SerializationError
All Implemented Interfaces:
Serializable

public class SerializationError
extends Error

An Error that is thrown anytime there is a problem with serializing (saving or restoring) and object through the use of the methods provided by the SerializationBase class.

Version:
Jun 19, 2007
Author:
Grant Braught, Dickinson College
See Also:
Serialized Form

Constructor Summary
SerializationError(String msg)
          Construct a new SerializationError.
 
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

SerializationError

public SerializationError(String msg)
Construct a new SerializationError.

Parameters:
msg - the error message.

dLife Home Page