de.flexiprovider.common.exceptions
Class NoSolutionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--de.flexiprovider.common.exceptions.GFException
                          |
                          +--de.flexiprovider.common.exceptions.NoSolutionException
All Implemented Interfaces:
java.io.Serializable

public class NoSolutionException
extends GFException

This exception is thrown, when trying to solve the equation z^2 + z = b, and where z^2 + z = b has no solution.

Author:
Birgit Henhapl
See Also:
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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSolutionException

public NoSolutionException()
Default constructor. Calls the parent-constructor with the message "The equation z^2 + z = b has no solution z for b";

NoSolutionException

public NoSolutionException(GF2nElement b)
Calls the parent-constructor with the message "The equation z^2 + z = b has no solution z for b = b"
Parameters:
b - = z^2 + z