org.jbox2d.serialization
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:
- Serialized Form
type
public UnsupportedObjectException.Type type
UnsupportedObjectException
public UnsupportedObjectException()
UnsupportedObjectException
public UnsupportedObjectException(String argMessage,
UnsupportedObjectException.Type argType)
UnsupportedObjectException
public UnsupportedObjectException(Throwable argThrowable)
UnsupportedObjectException
public UnsupportedObjectException(String argMessage,
Throwable argThrowable)
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable
Copyright © 2013. All Rights Reserved.