de.flexiprovider.common.exceptions
Class PolynomialsHaveDifferentLengthException

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

public class PolynomialsHaveDifferentLengthException
extends GFException

This exception is thrown, if two Bitstrings of different lengths shall be vector-multiplied.

See Also:
Serialized Form

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

PolynomialsHaveDifferentLengthException

public PolynomialsHaveDifferentLengthException()
Default constructor. Calls the parent-constructor with the message "The two Bitstrings have a different length and thus cannot be"+ " vector-multiplied."