edu.jas.structure
Class NotInvertibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.jas.structure.NotInvertibleException
- All Implemented Interfaces:
- java.io.Serializable
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
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 |
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)