math.geom2d
Class NonInvertibleTransform2DException

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

public class NonInvertibleTransform2DException
extends java.lang.RuntimeException

Exception thrown when trying to compute an inverse transform of a transform that does not allows this feature.

Author:
dlegland
See Also:
Serialized Form

Constructor Summary
NonInvertibleTransform2DException()
           
NonInvertibleTransform2DException(Transform2D transform)
           
 
Method Summary
 Transform2D getTransform()
           
 
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

NonInvertibleTransform2DException

public NonInvertibleTransform2DException()

NonInvertibleTransform2DException

public NonInvertibleTransform2DException(Transform2D transform)
Method Detail

getTransform

public Transform2D getTransform()