Package org.jbox2d.serialization
Class UnsupportedObjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jbox2d.serialization.UnsupportedObjectException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedObjectException extends java.lang.RuntimeExceptionCalled 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.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnsupportedObjectException.Type
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDUnsupportedObjectException.Typetype
-
Constructor Summary
Constructors Constructor Description UnsupportedObjectException()UnsupportedObjectException(java.lang.String argMessage, java.lang.Throwable argThrowable)UnsupportedObjectException(java.lang.String argMessage, UnsupportedObjectException.Type argType)UnsupportedObjectException(java.lang.Throwable argThrowable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalizedMessage()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
type
public UnsupportedObjectException.Type type
-
-
Constructor Detail
-
UnsupportedObjectException
public UnsupportedObjectException()
-
UnsupportedObjectException
public UnsupportedObjectException(java.lang.String argMessage, UnsupportedObjectException.Type argType)
-
UnsupportedObjectException
public UnsupportedObjectException(java.lang.Throwable argThrowable)
-
UnsupportedObjectException
public UnsupportedObjectException(java.lang.String argMessage, java.lang.Throwable argThrowable)
-
-