All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fundamentals.EuWarner

java.lang.Object
   |
   +----fundamentals.EuWarner

public class EuWarner
extends Object
A class for dealing with non-fatal anomalies in the execution of a LEA program.


Variable Index

 o DEGENERACY
A constant indicating a degeneracy problem.
 o DUPLICATION
A constant indicating a duplication problem.

Constructor Index

 o EuWarner()
The constructor.

Method Index

 o issue(int)
At the moment this will always issue a WarningTurnedException

Variables

 o DEGENERACY
 public static final int DEGENERACY
A constant indicating a degeneracy problem.

 o DUPLICATION
 public static final int DUPLICATION
A constant indicating a duplication problem.

Constructors

 o EuWarner
 public EuWarner()
The constructor.

Methods

 o issue
 public void issue(int warningNumber) throws WarningTurnedException
At the moment this will always issue a WarningTurnedException

Parameters:
warningNumber - One of the constants above.

All Packages  Class Hierarchy  This Package  Previous  Next  Index