Class 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:
    Serialized Form
    • Constructor Detail

      • UnsupportedObjectException

        public UnsupportedObjectException()
      • UnsupportedObjectException

        public UnsupportedObjectException​(java.lang.Throwable argThrowable)
      • UnsupportedObjectException

        public UnsupportedObjectException​(java.lang.String argMessage,
                                          java.lang.Throwable argThrowable)
    • Method Detail

      • getLocalizedMessage

        public java.lang.String getLocalizedMessage()
        Overrides:
        getLocalizedMessage in class java.lang.Throwable