| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
hussam.math.operations.MathException
hussam.math.operations.MathLogicException
hussam.math.operations.OperatorArgumentMissingException
public class OperatorArgumentMissingException
This Exception indicates a missing argument in the Math expression. For example, it could be a missing argument in (*) multiplay operand. Or it could be a missing argument in a Function.
| Constructor Summary | |
|---|---|
OperatorArgumentMissingException(java.lang.String m, Operator operator) Construcs a new OperatorArgumentMissingException given a meesage. | |
| Method Summary | |
|---|---|
Operator | getOperation() Returns the Operation which caused the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OperatorArgumentMissingException(java.lang.String m, Operator operator)
operator - the operator which caused the Exception.m - The message.| Method Detail |
|---|
public Operator getOperation()
MathLogicExceptiongetOperation in class MathLogicException
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||