public SquareRootException()
{
   this("Attempted square root of a negative number.");
} // end default constructor
// Version 4.0
