| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MathException | |
|---|---|
| hussam.math.operations | Provides the Logical View of Mathematical operations. |
| hussam.math.operations.extra | Provides extra functionality to this package. |
| hussam.math.operations.parser | Provides a User interface to read Expressions to be transformed into Operations. |
| hussam.math.operations.parser.exceptions | |
| Uses of MathException in hussam.math.operations |
|---|
| Subclasses of MathException in hussam.math.operations | |
|---|---|
class | MathLogicException This Exception indicates a problem in the Logic of the Math expression. |
class | OperatorArgumentMissingException This Exception indicates a missing argument in the Math expression. |
| Methods in hussam.math.operations that throw MathException | |
|---|---|
double | MyGroup.result() This implementation returns the Last argument result! |
double | Operation.result() returns the result of the operation. |
double | OperationProxy.result() Returns the hidden operation.result(). |
double | Variable.result() |
| Uses of MathException in hussam.math.operations.extra |
|---|
| Methods in hussam.math.operations.extra that throw MathException | |
|---|---|
protected void | CustomFunctionFactory.CustomFunction.prepare() Prepares a copy of the Operation Model. |
double | CustomFunctionFactory.CustomFunction.result() |
| Uses of MathException in hussam.math.operations.parser |
|---|
| Methods in hussam.math.operations.parser that throw MathException | |
|---|---|
OperationGroup | HussamExpressionReader.readOperation(java.lang.String operationString) |
Operation | OperationReader.readOperation(java.lang.String operationString) Reads an expression |
Operation | SmartExpressionReader.readOperation(java.lang.String operationString) |
| Uses of MathException in hussam.math.operations.parser.exceptions |
|---|
| Subclasses of MathException in hussam.math.operations.parser.exceptions | |
|---|---|
class | MathParserException |
class | SyntaxErrorException |
class | UnknownExpressionArgumentException |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||