Package com.jme3.collision
Class UnsupportedCollisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.jme3.collision.UnsupportedCollisionException
- All Implemented Interfaces:
 Serializable
Thrown by 
Collidable when the requested collision query could not
 be completed because one of the collidables does not support colliding with
 the other.- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UnsupportedCollisionException
 - 
UnsupportedCollisionException
 - 
UnsupportedCollisionException
 - 
UnsupportedCollisionException
public UnsupportedCollisionException() 
 -