Package edu.jas.arith

Class ModularNotInvertibleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ModularNotInvertibleException
    extends NotInvertibleException
    Modular integer NotInvertibleException class. Runtime Exception to be thrown for not invertible modular integers. Container for the non-trivial factors found by the inversion algorithm. Note: cannot be generic because of Throwable.
    Author:
    Heinz Kredel
    See Also:
    Serialized Form