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.
- Author:
- Daniel Murphy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
public UnsupportedObjectException.Type type
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)
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class java.lang.Throwable
Copyright © 2012. All Rights Reserved.