FAAST  0.2.1
Data Structures
Exceptions

Data Structures

class  FAAST::FAASTException
 A generic exception. More...
class  FAAST::NotIrreducibleException
 The polynomial is not irreducible. More...
class  FAAST::IsIrreducibleException
 The polynomial is irreducible. More...
class  FAAST::NotPrimeException
 The number is not a prime. More...
class  FAAST::NoOverFieldException
 No overfield is known for the given field. More...
class  FAAST::NoSubFieldException
 No subfield is known for the given field. More...
class  FAAST::NotASubFieldException
 The field is not a subfield of the given field. More...
class  FAAST::NotInSameFieldException
 The two elements do not belong to the same field. More...
class  FAAST::DivisionByZeroException
 Division by zero. More...
class  FAAST::IllegalCoercionException
 The element cannot be coerced to the given field. More...
class  FAAST::NoSuchPolynomialException
 There is no polynomial with the given property. More...
class  FAAST::NotSupportedException
 The operation is not supported (yet?) More...
class  FAAST::UndefinedFieldException
 The element has no parent field specified. More...
class  FAAST::BadParametersException
 The function does not accept such parameters. More...
class  FAAST::CharacteristicTooLargeException
 The characteristic is larger than what AS can handle. More...

Detailed Description

These are the exceptions thrown by the functions of FAAST.