|
|||||||||
| 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.arith.ModularNotInvertibleException
public class ModularNotInvertibleException
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.
| Field Summary | |
|---|---|
GcdRingElem |
f
|
GcdRingElem |
f1
|
GcdRingElem |
f2
|
| Constructor Summary | |
|---|---|
ModularNotInvertibleException()
|
|
ModularNotInvertibleException(GcdRingElem f,
GcdRingElem f1,
GcdRingElem f2)
Constructor. |
|
ModularNotInvertibleException(java.lang.String c)
|
|
ModularNotInvertibleException(java.lang.String c,
GcdRingElem f,
GcdRingElem f1,
GcdRingElem f2)
Constructor. |
|
ModularNotInvertibleException(java.lang.String c,
java.lang.Throwable t)
|
|
ModularNotInvertibleException(java.lang.String c,
java.lang.Throwable t,
GcdRingElem f,
GcdRingElem f1,
GcdRingElem f2)
Constructor. |
|
ModularNotInvertibleException(java.lang.Throwable t)
|
|
ModularNotInvertibleException(java.lang.Throwable t,
GcdRingElem f,
GcdRingElem f1,
GcdRingElem 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 GcdRingElem f
public final GcdRingElem f1
public final GcdRingElem f2
| Constructor Detail |
|---|
public ModularNotInvertibleException()
public ModularNotInvertibleException(java.lang.String c)
public ModularNotInvertibleException(java.lang.String c,
java.lang.Throwable t)
public ModularNotInvertibleException(java.lang.Throwable t)
public ModularNotInvertibleException(GcdRingElem f,
GcdRingElem f1,
GcdRingElem f2)
f - gcd ring element with f = f1 * f2.f1 - gcd ring element.f2 - gcd ring element.
public ModularNotInvertibleException(java.lang.String c,
GcdRingElem f,
GcdRingElem f1,
GcdRingElem f2)
f - gcd ring element with f = f1 * f2.f1 - gcd ring element.f2 - gcd ring element.
public ModularNotInvertibleException(java.lang.String c,
java.lang.Throwable t,
GcdRingElem f,
GcdRingElem f1,
GcdRingElem f2)
f - gcd ring element with f = f1 * f2.f1 - gcd ring element.f2 - gcd ring element.
public ModularNotInvertibleException(java.lang.Throwable t,
GcdRingElem f,
GcdRingElem f1,
GcdRingElem f2)
f - gcd ring element with f = f1 * f2.f1 - gcd ring element.f2 - gcd ring element.| 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 | ||||||||