|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--de.flexiprovider.common.exceptions.GFException
|
+--de.flexiprovider.common.exceptions.NoSolutionException
This exception is thrown, when trying to solve the equation z^2 + z = b, and where z^2 + z = b has no solution.
GF2nElement, Serialized Form| Constructor Summary | |
NoSolutionException()
Default constructor. |
|
NoSolutionException(GF2nElement b)
Calls the parent-constructor with the message "The equation z^2 + z = b has no solution z for b = b" |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public NoSolutionException()
public NoSolutionException(GF2nElement b)
b - =
z^2 + z
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||