Uses of Class
hussam.math.operations.MathException

Packages that use MathException
hussam.math.operationsProvides the Logical View of Mathematical operations. 
hussam.math.operations.extraProvides extra functionality to this package. 
hussam.math.operations.parserProvides 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
 classMathLogicException
          This Exception indicates a problem in the Logic of the Math expression.
 classOperatorArgumentMissingException
          This Exception indicates a missing argument in the Math expression.
 

Methods in hussam.math.operations that throw MathException
 doubleMyGroup.result()
          This implementation returns the Last argument result!
 doubleOperation.result()
          returns the result of the operation.
 doubleOperationProxy.result()
          Returns the hidden operation.result().
 doubleVariable.result()
           
 

Uses of MathException in hussam.math.operations.extra
 

Methods in hussam.math.operations.extra that throw MathException
protected  voidCustomFunctionFactory.CustomFunction.prepare()
          Prepares a copy of the Operation Model.
 doubleCustomFunctionFactory.CustomFunction.result()
           
 

Uses of MathException in hussam.math.operations.parser
 

Methods in hussam.math.operations.parser that throw MathException
 OperationGroupHussamExpressionReader.readOperation(java.lang.String operationString)
           
 OperationOperationReader.readOperation(java.lang.String operationString)
          Reads an expression
 OperationSmartExpressionReader.readOperation(java.lang.String operationString)
           
 

Uses of MathException in hussam.math.operations.parser.exceptions
 

Subclasses of MathException in hussam.math.operations.parser.exceptions
 classMathParserException
           
 classSyntaxErrorException
           
 classUnknownExpressionArgumentException