edu.cmu.emulator.util
Class DeserializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by edu.cmu.emulator.util.DeserializationException
All Implemented Interfaces:
Serializable

public class DeserializationException
extends IOException

SerializationException indicates a problem deserializing from XML to an object.

Author:
Glenn Judd
See Also:
Serialized Form

Constructor Summary
DeserializationException()
          Create a DeserializationException.
DeserializationException(String msg)
          Create a DeserializationException.
 
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

DeserializationException

public DeserializationException()
Create a DeserializationException.


DeserializationException

public DeserializationException(String msg)
Create a DeserializationException.

Parameters:
msg - a description of the problem.


Copyright © 2013. All Rights Reserved.