Multiple choice Which method of the Throwable class returns the description of the exception in Java? void printStackTrace( ) String getMessage( ) String toString( ) void printStackTrace(PrintWriter stream) String getLocalizedMessage( ) Reveal answer Fill a bubble to check yourself B Correct answer Explanation Yes, this method returns a description of the exception.