|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.jas.structure.NotInvertibleException
edu.jas.poly.AlgebraicNotInvertibleException
public class AlgebraicNotInvertibleException
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.
| Field Summary | |
|---|---|
GenPolynomial |
f
|
GenPolynomial |
f1
|
GenPolynomial |
f2
|
| Constructor Summary | |
|---|---|
AlgebraicNotInvertibleException()
|
|
AlgebraicNotInvertibleException(GenPolynomial f,
GenPolynomial f1,
GenPolynomial f2)
Constructor. |
|
AlgebraicNotInvertibleException(java.lang.String c)
|
|
AlgebraicNotInvertibleException(java.lang.String c,
GenPolynomial f,
GenPolynomial f1,
GenPolynomial f2)
Constructor. |
|
AlgebraicNotInvertibleException(java.lang.String c,
java.lang.Throwable t)
|
|
AlgebraicNotInvertibleException(java.lang.String c,
java.lang.Throwable t,
GenPolynomial f,
GenPolynomial f1,
GenPolynomial f2)
Constructor. |
|
AlgebraicNotInvertibleException(java.lang.Throwable t)
|
|
AlgebraicNotInvertibleException(java.lang.Throwable t,
GenPolynomial f,
GenPolynomial f1,
GenPolynomial f2)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Get the String representation. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final GenPolynomial f
public final GenPolynomial f1
public final GenPolynomial f2
| Constructor Detail |
|---|
public AlgebraicNotInvertibleException()
public AlgebraicNotInvertibleException(java.lang.String c)
public AlgebraicNotInvertibleException(java.lang.String c,
java.lang.Throwable t)
public AlgebraicNotInvertibleException(java.lang.Throwable t)
public AlgebraicNotInvertibleException(GenPolynomial f,
GenPolynomial f1,
GenPolynomial f2)
f - polynomial with f = f1 * f2.f1 - polynomial.f2 - polynomial.
public AlgebraicNotInvertibleException(java.lang.String c,
GenPolynomial f,
GenPolynomial f1,
GenPolynomial f2)
f - polynomial with f = f1 * f2.f1 - polynomial.f2 - polynomial.
public AlgebraicNotInvertibleException(java.lang.String c,
java.lang.Throwable t,
GenPolynomial f,
GenPolynomial f1,
GenPolynomial f2)
f - polynomial with f = f1 * f2.f1 - polynomial.f2 - polynomial.
public AlgebraicNotInvertibleException(java.lang.Throwable t,
GenPolynomial f,
GenPolynomial f1,
GenPolynomial f2)
f - polynomial with f = f1 * f2.f1 - polynomial.f2 - polynomial.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ThrowableObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||