dlife.sys
Class SerializationError
java.lang.Object
java.lang.Throwable
java.lang.Error
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SerializationError
public SerializationError(String msg)
- Construct a new SerializationError.
- Parameters:
msg - the error message.