vooga.gameEngine.exception
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by vooga.gameEngine.exception.VOOGAEngineException
                  extended by vooga.gameEngine.exception.SerializationException
All Implemented Interfaces:
java.io.Serializable

public class SerializationException
extends VOOGAEngineException

Exception to be thrown when an object cannot be serialized

Author:
Scott Brothers
See Also:
Serialized Form

Constructor Summary
SerializationException(java.lang.Object obj)
           
 
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(java.lang.Object obj)
Parameters:
obj - that could not be serialized