math.geom2d
Class UnboundedShape2DException

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

public class UnboundedShape2DException
extends java.lang.RuntimeException

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

Author:
dlegland
See Also:
Serialized Form

Constructor Summary
UnboundedShape2DException(Shape2D shape)
           
 
Method Summary
 Shape2D getShape()
           
 
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

UnboundedShape2DException

public UnboundedShape2DException(Shape2D shape)
Method Detail

getShape

public Shape2D getShape()