Class UnsupportedObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbox2d.serialization.UnsupportedObjectException
All Implemented Interfaces:
Serializable

public class UnsupportedObjectException extends RuntimeException
Called when an object is unsupported by the serializer or deserializer. Pertains to shapes, joints and other objects that might not be in some versions of the engine.
Author:
Daniel Murphy
See Also: