|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--gishur.core.math.MathNumberException
A Exception Class for mathematical exceptions.
Field Summary | |
int |
errorcode
Errorcode |
static int |
ILLEGAL_STATE
Illegal internal state |
MathNumber |
n1
MathNumbers objects |
MathNumber |
n2
MathNumbers objects |
static int |
NO_IMPLEMENT
Operation not implemented |
static int |
NO_OPERATION
Operation with the given Class not supported |
static int |
UNKNOWN
Unknown exception |
Constructor Summary | |
MathNumberException(int code,
MathNumber n1)
Constructs a MathNumberException |
|
MathNumberException(int code,
MathNumber n1,
MathNumber n2)
Constructs an MathNumberException. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int errorcode
public MathNumber n1
public MathNumber n2
public static final int UNKNOWN
public static final int ILLEGAL_STATE
public static final int NO_IMPLEMENT
public static final int NO_OPERATION
Constructor Detail |
public MathNumberException(int code, MathNumber n1, MathNumber n2)
code
- errorcoden1,n2
- participating MathNumberspublic MathNumberException(int code, MathNumber n1)
code
- errorcoden1
- participating MathNumber
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |