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.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.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedObjectException
(java.lang.String argMessage, java.lang.Throwable argThrowable) UnsupportedObjectException
(java.lang.String argMessage, UnsupportedObjectException.Type argType) UnsupportedObjectException
(java.lang.Throwable argThrowable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
type
-
-
Constructor Details
-
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)
-
-
Method Details
-
getLocalizedMessage
public java.lang.String getLocalizedMessage()- Overrides:
getLocalizedMessage
in classjava.lang.Throwable
-