A good answer might be:The string that was an argument to the constructor. |
Making an Exception
There are two constructors for Exception() and Exception( String str )
The string supplied to the second form can later be extracted from the
object using its
|
QUESTION 13:
Since |