Class UnsupportedCollisionException

All Implemented Interfaces:
Serializable

public class UnsupportedCollisionException extends 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:
  • Constructor Details

    • UnsupportedCollisionException

      public UnsupportedCollisionException(Throwable arg0)
    • UnsupportedCollisionException

      public UnsupportedCollisionException(String arg0, Throwable arg1)
    • UnsupportedCollisionException

      public UnsupportedCollisionException(String arg0)
    • UnsupportedCollisionException

      public UnsupportedCollisionException()