edu.umd.cs.jazz.util
Class ZNoninvertibleTransformException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--edu.umd.cs.jazz.util.ZNoninvertibleTransformException
All Implemented Interfaces:
java.io.Serializable

public class ZNoninvertibleTransformException
extends java.lang.RuntimeException

Thrown to indicate that a AffineTransform could not be inverted. This exception is thrown by Jazz when Jazz internaly catches a NoninvertibleTransformException.

Warning: Serialized and ZSerialized objects of this class will not be compatible with future Jazz releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Jazz. A future release of Jazz will provide support for long term persistence.

See Also:
Serialized Form

Constructor Summary
ZNoninvertibleTransformException(java.awt.geom.NoninvertibleTransformException e)
          ZNoninvertibleTransformException constructor comment.
 
Method Summary
 java.awt.geom.NoninvertibleTransformException getOriginalException()
          Returns the original ZNoninvertibleTransformException that caused Jazz to throw this exception.
 
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

ZNoninvertibleTransformException

public ZNoninvertibleTransformException(java.awt.geom.NoninvertibleTransformException e)
ZNoninvertibleTransformException constructor comment.

Method Detail

getOriginalException

public java.awt.geom.NoninvertibleTransformException getOriginalException()
Returns the original ZNoninvertibleTransformException that caused Jazz to throw this exception.



Copyright � 2003 by University of Maryland, College Park, MD 20742, USA All rights reserved.