Source of J3.2.java


  1: // @author Frank M. Carrano, Timothy M. Henry
  2: // @version 5.0
  3: public SquareRootException()
  4: {
  5:    this("Attempted square root of a negative number.");
  6: } // end default constructor