|
|||||||||
| 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
|
+--gpsys.GPException
|
+--gpsys.EvaluationException
|
+--gpsys.DivideByZeroException
An DivideByZeroException flags an attempt to divide by zero.
gpsys.GPDivideByZeroException,
EvaluationException,
Div, Serialized Form| Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
| Constructor Summary | |
DivideByZeroException()
Create a DivideByZeroException with an empty message. |
|
DivideByZeroException(java.lang.String message)
Create a DivideByZeroException with the specified message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace0,
toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public DivideByZeroException()
public DivideByZeroException(java.lang.String message)
message - a message describing the the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||