com.jme3.collision
Class UnsupportedCollisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.UnsupportedOperationException
                  extended by 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

Constructor Summary
UnsupportedCollisionException()
           
UnsupportedCollisionException(java.lang.String arg0)
           
UnsupportedCollisionException(java.lang.String arg0, java.lang.Throwable arg1)
           
UnsupportedCollisionException(java.lang.Throwable arg0)
           
 
Method Summary
 
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
 

Constructor Detail

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()