de.flexiprovider.common.exceptions
Class NoSuchBasisException

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

public class NoSuchBasisException
extends GFException

This exception is thrown, when trying to construct an object of type GF2nONBField of an extension-grade, which does not have an optimal normal base.

Author:
Birgit Henhapl
See Also:
GF2nONBField, Serialized Form

Constructor Summary
NoSuchBasisException()
          Default constructor.
NoSuchBasisException(java.lang.String detail)
          Calls the parent-constructor with the message "This extension field does not have a normal basis: detail"
 
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

NoSuchBasisException

public NoSuchBasisException()
Default constructor. Calls the parent-constructor with the message "This extension field does not have a normal basis"

NoSuchBasisException

public NoSuchBasisException(java.lang.String detail)
Calls the parent-constructor with the message "This extension field does not have a normal basis: detail"
Parameters:
detail - specifies the details of this exception