math.geom2d
Class UnboundedBox2DException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by math.geom2d.UnboundedBox2DException
All Implemented Interfaces:
java.io.Serializable

public class UnboundedBox2DException
extends java.lang.RuntimeException

Exception thrown when an unbounded box is involved in an operation that assumes a bounded box.

Author:
dlegland
See Also:
Box2D, Serialized Form

Constructor Summary
UnboundedBox2DException(Box2D box)
           
 
Method Summary
 Box2D getBox()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnboundedBox2DException

public UnboundedBox2DException(Box2D box)
Method Detail

getBox

public Box2D getBox()