org.jbox2d.serialization
Class UnsupportedObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbox2d.serialization.UnsupportedObjectException
All Implemented Interfaces:
Serializable

public class UnsupportedObjectException
extends 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

Nested Class Summary
static class UnsupportedObjectException.Type
           
 
Field Summary
 UnsupportedObjectException.Type type
           
 
Constructor Summary
UnsupportedObjectException()
           
UnsupportedObjectException(String argMessage, Throwable argThrowable)
           
UnsupportedObjectException(String argMessage, UnsupportedObjectException.Type argType)
           
UnsupportedObjectException(Throwable argThrowable)
           
 
Method Summary
 String getLocalizedMessage()
           
 
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
 

Field Detail

type

public UnsupportedObjectException.Type type
Constructor Detail

UnsupportedObjectException

public UnsupportedObjectException()

UnsupportedObjectException

public UnsupportedObjectException(String argMessage,
                                  UnsupportedObjectException.Type argType)

UnsupportedObjectException

public UnsupportedObjectException(Throwable argThrowable)

UnsupportedObjectException

public UnsupportedObjectException(String argMessage,
                                  Throwable argThrowable)
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable


Copyright © 2013. All Rights Reserved.