public class UnsupportedCollisionException
extends java.lang.UnsupportedOperationException
Collidable
when the requested collision query could not
be completed because one of the collidables does not support colliding with
the other.Constructor and Description |
---|
UnsupportedCollisionException() |
UnsupportedCollisionException(java.lang.String arg0) |
UnsupportedCollisionException(java.lang.String arg0,
java.lang.Throwable arg1) |
UnsupportedCollisionException(java.lang.Throwable arg0) |
public UnsupportedCollisionException(java.lang.Throwable arg0)
public UnsupportedCollisionException(java.lang.String arg0, java.lang.Throwable arg1)
public UnsupportedCollisionException(java.lang.String arg0)
public UnsupportedCollisionException()