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:
- java.io.Serializable
public class UnsupportedCollisionException
- extends java.lang.UnsupportedOperationException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 |
UnsupportedCollisionException
public UnsupportedCollisionException(java.lang.Throwable arg0)
UnsupportedCollisionException
public UnsupportedCollisionException(java.lang.String arg0,
java.lang.Throwable arg1)
UnsupportedCollisionException
public UnsupportedCollisionException(java.lang.String arg0)
UnsupportedCollisionException
public UnsupportedCollisionException()