Generated by
JDiff

Class java.lang.Throwable

Documentation changed from old to new.

Changed Constructors
Throwable(String) Documentation changed from old to new.
Constructs a new Throwable with the specified error message.
 

Changed Methods
Throwable fillInStackTrace() Documentation changed from old to new.
Fills in the execution stack trace.
String getLocalizedMessage() Documentation changed from old to new.
Creates a localized description of this Throwable.
String getMessage() Documentation changed from old to new.
Returns the error message string of this throwable object.
void printStackTrace(PrintStream) Documentation changed from old to new.
Prints this Throwable and its backtrace to the specified print stream.
void printStackTrace(PrintWriter) Documentation changed from old to new.
Prints this Throwable and its backtrace to the specified print writer.