Generated by
JDiff

Class java.security.cert.CertPathValidatorException

Removed Methods
void printStackTrace() Prints a stack trace to System.err, including the backtrace of the cause, if any.
void printStackTrace(PrintStream) Prints a stack trace to a PrintStream, including the backtrace of the cause, if any.
void printStackTrace(PrintWriter) Prints a stack trace to a PrintWriter, including the backtrace of the cause, if any.
 

Changed Methods
Throwable getCause() Method was locally defined, but is now inherited from Throwable. Returns the cause of this throwable or null if the cause is nonexistent or unknown.
String getMessage() Method was locally defined, but is now inherited from Throwable. Returns the detail message string of this throwable.
String toString() Method was locally defined, but is now inherited from Throwable. Returns a short description of this throwable.