- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file MailError.java.
◆ MailError()
org.turro.error.MailError.MailError |
( |
ErrorReport |
errorReport, |
|
|
String |
doing |
|
) |
| |
Definition at line 38 of file MailError.java.
39 this.errorReport = errorReport;
◆ getInstance()
static MailError org.turro.error.MailError.getInstance |
( |
Class |
jclass, |
|
|
Throwable |
error, |
|
|
String |
msg |
|
) |
| |
|
static |
Definition at line 95 of file MailError.java.
96 ErrorReport errorReport =
new ErrorReport(0, jclass, error.getMessage(), error,
null,
null);
97 return new org.turro.error.MailError(errorReport, ElephantContext.getSiteName() +
":" + msg);
◆ sendEmail()
void org.turro.error.MailError.sendEmail |
( |
Application |
app | ) |
|
Definition at line 43 of file MailError.java.
47 .addUser(
"Support",
"support@turro.org")
48 .send(
"Bug notification", getMessage());
IConstructor getConstructor()
The documentation for this class was generated from the following file: