|
||||||||
| 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
|
+--com.ibm.math.DiagBigDecimal.DiagException
The DiagException class is used to signal the failure
of a test group. It records the number of failures in the group.
DiagBigDecimal, Serialized Form| Constructor Summary | |
DiagBigDecimal.DiagException(java.lang.String message,
int fails)
Constructs a new DiagException with a message and
failure count. |
|
| 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 |
| Constructor Detail |
public DiagBigDecimal.DiagException(java.lang.String message,
int fails)
DiagException with a message and
failure count. This is thrown when a group of tests fails.message - The String message describing the group.fails - The int number of failed tests in the group.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||