public
ErrorNotification
(
String
location,
String
details,
Throwable
cause)
Constructs an error notification.
Parameters:
location
the URL associated with an error (if any); may be null
details
a string describing the error; must be non-null
cause
the cause of the error; may be null
Diagram:
Application