de.flexiprovider.common.exceptions
Class PolynomialIsZeroException

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

public class PolynomialIsZeroException
extends GFException

This exception is thrown, when trying to divide or reduce by an element, that is zero.

See Also:
GF2Polynomial, Serialized Form

Constructor Summary
PolynomialIsZeroException()
          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

PolynomialIsZeroException

public PolynomialIsZeroException()
Default constructor. Calls the parent-constructor with the message "This element is Zero!"