edu.jas.structure
Class NotInvertibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.jas.structure.NotInvertibleException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlgebraicNotInvertibleException, ModularNotInvertibleException

public class NotInvertibleException
extends java.lang.RuntimeException

NotInvertibleException class. Runtime Exception to be thrown for not invertible monoid elements.

Author:
Heinz Kredel
See Also:
Serialized Form

Constructor Summary
NotInvertibleException()
           
NotInvertibleException(java.lang.String c)
           
NotInvertibleException(java.lang.String c, java.lang.Throwable t)
           
NotInvertibleException(java.lang.Throwable t)
           
 
Method Summary
 
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

NotInvertibleException

public NotInvertibleException()

NotInvertibleException

public NotInvertibleException(java.lang.String c)

NotInvertibleException

public NotInvertibleException(java.lang.String c,
                              java.lang.Throwable t)

NotInvertibleException

public NotInvertibleException(java.lang.Throwable t)