de.flexiprovider.common.exceptions
Class GFException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--de.flexiprovider.common.exceptions.GFException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BitDoesNotExistException, DegreeIsEvenException, DifferentFieldsException, NoSolutionException, NoSuchBasisException, PolynomialIsNotIrreducibleException, PolynomialIsZeroException, PolynomialsHaveDifferentLengthException

public class GFException
extends java.lang.RuntimeException

This exception is the parentclass of all exceptions, that relate to the gf-arithmetic.

Author:
Birgit Henhapl
See Also:
Serialized Form

Constructor Summary
GFException()
          Default constructor.
GFException(java.lang.String details)
          Calls super-constructor with the message "A field-specific exception was thrown: details".
 
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

GFException

public GFException()
Default constructor. Calls super-constructor with the message "A field-specific exception was thrown".

GFException

public GFException(java.lang.String details)
Calls super-constructor with the message "A field-specific exception was thrown: details".
Parameters:
details - specifies the details of this exception