csheets.ext.assertion
Class SGAssertion
java.lang.Object
csheets.ext.assertion.Assertion
csheets.ext.assertion.SGAssertion
- All Implemented Interfaces:
- Serializable
public class SGAssertion
- extends Assertion
Class representing a System Generated Assertion.
- Author:
- Peter Palotas
- See Also:
- Serialized Form
|
Constructor Summary |
SGAssertion(AssertableCell cell)
Constructs a new System Generated Assertion (SGA) for the specified
Cell if possible. |
SGAssertion
public SGAssertion(AssertableCell cell)
throws AssertionArithmeticException,
MathException
- Constructs a new System Generated Assertion (SGA) for the specified
Cell if possible.
- Parameters:
cell - the Cell on which to create an SGA.
- Throws:
AssertionArithmeticException - if the SGA could not be generated.
MathException