Class UnsupportedObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbox2d.serialization.UnsupportedObjectException
- All Implemented Interfaces:
Serializable
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedObjectException(String argMessage, Throwable argThrowable) UnsupportedObjectException(String argMessage, UnsupportedObjectException.Type argType) UnsupportedObjectException(Throwable argThrowable) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
type
-
-
Constructor Details
-
UnsupportedObjectException
public UnsupportedObjectException() -
UnsupportedObjectException
-
UnsupportedObjectException
-
UnsupportedObjectException
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-