constructor
Şöyle yaparız.
Şöyle yaparız.
public String printTraceMessage(Exception ex) {
StringWriter errors = new StringWriter();
ex.printStackTrace(new PrintWriter(errors));
return errors.toString();
}
Hiç yorum yok:
Yorum Gönder