Class NotInvertibleException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlgebraicNotInvertibleException, ModularNotInvertibleException

public class NotInvertibleException extends RuntimeException
NotInvertibleException class. Runtime Exception to be thrown for not invertible monoid elements.
See Also:
  • Constructor Details

    • NotInvertibleException

      public NotInvertibleException()
    • NotInvertibleException

      public NotInvertibleException(String c)
    • NotInvertibleException

      public NotInvertibleException(String c, Throwable t)
    • NotInvertibleException

      public NotInvertibleException(Throwable t)