math.geom2d.circulinear
Class NonCirculinearShape2DException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by math.geom2d.circulinear.NonCirculinearShape2DException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NonCirculinearClassException

public class NonCirculinearShape2DException
extends java.lang.RuntimeException

Author:
dlegland
See Also:
Serialized Form

Constructor Summary
NonCirculinearShape2DException(java.lang.Object obj)
           
 
Method Summary
 java.lang.Object getObject()
           
 
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

NonCirculinearShape2DException

public NonCirculinearShape2DException(java.lang.Object obj)
Method Detail

getObject

public java.lang.Object getObject()