math.geom2d
Class UnboundedShapeException

Package class diagram package UnboundedShapeException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by math.geom2d.UnboundedShapeException
All Implemented Interfaces:
Serializable

public class UnboundedShapeException
extends RuntimeException

Author:
dlegland
See Also:
Serialized Form

Constructor Summary
UnboundedShapeException()
          Deprecated. 
UnboundedShapeException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnboundedShapeException

@Deprecated
public UnboundedShapeException()
Deprecated. 


UnboundedShapeException

public UnboundedShapeException(Shape2D shape)
Method Detail

getShape

public Shape2D getShape()


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.