com.ibm.math
Class DiagBigDecimal.DiagException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.math.DiagBigDecimal.DiagException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DiagBigDecimal

public static class DiagBigDecimal.DiagException
extends java.lang.RuntimeException

The DiagException class is used to signal the failure of a test group. It records the number of failures in the group.

Version:
1.00 2000.03.27
Author:
Mike Cowlishaw
See Also:
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

DiagBigDecimal.DiagException

public DiagBigDecimal.DiagException(java.lang.String message,
                                    int fails)
Constructs a new DiagException with a message and failure count. This is thrown when a group of tests fails.
Parameters:
message - The String message describing the group.
fails - The int number of failed tests in the group.


Copyright (c) 2001 IBM Corporation and others.