Uses of Class
hussam.math.operations.MathException

Packages that use MathException
hussam.math.operations  
hussam.math.operations.extra  
hussam.math.operations.parser  
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 first 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  voidCustomFunction.execute()
          Evaluates the argument.
 doubleCustomFunction.result()
           
protected  voidCustomFunction.setReader(OperationReader reader)
          Sets the Reader to use to read the Expression.
 

Constructors in hussam.math.operations.extra that throw MathException
CustomFunction(java.lang.String name, java.lang.String expression)
          This will use the default OperatorSource.
 

Uses of MathException in hussam.math.operations.parser
 

Methods in hussam.math.operations.parser that throw MathException
 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