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:
  • Field Details

  • 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 class java.lang.Throwable