Throwable toString() method in Java with Examples
The toString() method of Java.lang.Throwable class used to return a String representation of this Throwable which consists of the name of the class of this object, a colon and a space(": ") and a string which is same as result of invoking this object's getLocalizedMessage() method and If getLocalize