Uses of Class
org.jbox2d.serialization.UnsupportedObjectException.Type
-
Packages that use UnsupportedObjectException.Type Package Description org.jbox2d.serialization -
-
Uses of UnsupportedObjectException.Type in org.jbox2d.serialization
Fields in org.jbox2d.serialization declared as UnsupportedObjectException.Type Modifier and Type Field Description UnsupportedObjectException.Type
UnsupportedObjectException. type
Methods in org.jbox2d.serialization that return UnsupportedObjectException.Type Modifier and Type Method Description static UnsupportedObjectException.Type
UnsupportedObjectException.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnsupportedObjectException.Type[]
UnsupportedObjectException.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jbox2d.serialization with parameters of type UnsupportedObjectException.Type Constructor Description UnsupportedObjectException(java.lang.String argMessage, UnsupportedObjectException.Type argType)
-