| ||||||||||
| 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
public class MathException
This is the Mother of all Math and Operation Exception.
| Constructor Summary | |
|---|---|
MathException(java.lang.String m) Construcs a new MathException with a given Description. | |
MathException(java.lang.String m, java.lang.Throwable t) Construcs a new MathException given a description, and a cause. | |
| Method Summary |
|---|
| 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 MathException(java.lang.String m,
java.lang.Throwable t)m - the message, or description.t - the cause of the Exception.public MathException(java.lang.String m)
m - THe message.
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||