gishur.graph.gui
Class NoninvertibleTransformationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gishur.graph.gui.NoninvertibleTransformationException
All Implemented Interfaces:
java.io.Serializable

public class NoninvertibleTransformationException
extends java.lang.RuntimeException

This exception is thrown if an operation is performed requiring the inverse of a Transformation object and the Transformation is not invertible.

Version:
1.0
Author:
Thomas Wolf
See Also:
Serialized Form

Constructor Summary
NoninvertibleTransformationException(java.lang.String s)
          Constructs an instance of NoninvertibleTransformationException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoninvertibleTransformationException

public NoninvertibleTransformationException(java.lang.String s)
Constructs an instance of NoninvertibleTransformationException with the specified detail message.
Parameters:
s - the detail message