Package edu.jas.poly
Class AlgebraicNotInvertibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.jas.structure.NotInvertibleException
edu.jas.poly.AlgebraicNotInvertibleException
- All Implemented Interfaces:
Serializable
Algebraic number NotInvertibleException class. Runtime Exception to be thrown
for not invertible algebraic numbers. Container for the non-trivial factors
found by the inversion algorithm. Note: cannot be generic because of
Throwable.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor.AlgebraicNotInvertibleException
(String c, Throwable t, GenPolynomial f, GenPolynomial f1, GenPolynomial f2) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
f
-
f1
-
f2
-
-
Constructor Details
-
AlgebraicNotInvertibleException
public AlgebraicNotInvertibleException() -
AlgebraicNotInvertibleException
-
AlgebraicNotInvertibleException
-
AlgebraicNotInvertibleException
-
AlgebraicNotInvertibleException
Constructor.- Parameters:
f
- polynomial with f = f1 * f2.f1
- polynomial.f2
- polynomial.
-
AlgebraicNotInvertibleException
public AlgebraicNotInvertibleException(String c, GenPolynomial f, GenPolynomial f1, GenPolynomial f2) Constructor.- Parameters:
f
- polynomial with f = f1 * f2.f1
- polynomial.f2
- polynomial.
-
AlgebraicNotInvertibleException
public AlgebraicNotInvertibleException(String c, Throwable t, GenPolynomial f, GenPolynomial f1, GenPolynomial f2) Constructor.- Parameters:
f
- polynomial with f = f1 * f2.f1
- polynomial.f2
- polynomial.
-
AlgebraicNotInvertibleException
public AlgebraicNotInvertibleException(Throwable t, GenPolynomial f, GenPolynomial f1, GenPolynomial f2) Constructor.- Parameters:
f
- polynomial with f = f1 * f2.f1
- polynomial.f2
- polynomial.
-
-
Method Details