de.flexiprovider.common.exceptions
Class PolynomialIsNotIrreducibleException

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

public class PolynomialIsNotIrreducibleException
extends GFException

This exception is thrown, when trying to use a polynom as field polynom, which is not irreducible.

See Also:
Serialized Form

Constructor Summary
PolynomialIsNotIrreducibleException()
          Default constructor.
 
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

PolynomialIsNotIrreducibleException

public PolynomialIsNotIrreducibleException()
Default constructor. Calls the parent-constructor with the message "The given fieldpolynomial is not irreducible."