| ||||||||||
| 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
public class MathLogicException
This Exception indicates a problem in the Logic of the Math expression. For example, it could be a devision by 0 problem, or an inifinite loop problem. etc...
| Constructor Summary | |
|---|---|
MathLogicException(java.lang.String m, Operation source) Construcs a new MathLogicException having a message and the Operator that caused the the exception. | |
| Method Summary | |
|---|---|
Operation | 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 MathLogicException(java.lang.String m, Operation source)
m - the messagesource - the source of this Error.| Method Detail |
|---|
public Operation getOperation()
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||