MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / errMessage

Method errMessage

src/plugins/sftp/src/com/foxdebug/sftp/Sftp.java:769–776  ·  view source on GitHub ↗
(Exception e)

Source from the content-addressed store, hash-verified

767 }
768
769 public String errMessage(Exception e) {
770 String res = e.getMessage();
771 if (res == null || res.equals("")) {
772 return e.toString();
773 }
774
775 return res;
776 }
777}

Callers 1

runMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected