public final class BugReportMessage extends Message
Message
stating how to report a bug.ASCENDING, DESCENDING
Constructor and Description |
---|
BugReportMessage(File logDirectory,
URL trackerUrl,
String reportAddress)
Creates a new
BugReportMessage taking the application's logfile
directory, an URL to the application's online bugtracking system, and
an email address where to send bugreports to alternatively. |
public BugReportMessage(File logDirectory, URL trackerUrl, String reportAddress)
BugReportMessage
taking the application's logfile
directory, an URL to the application's online bugtracking system, and
an email address where to send bugreports to alternatively.logDirectory
- the directory holding the application's logfiles.trackerUrl
- an URL to the application's online bugtracking system.reportAddress
- an email address to alternatively send bugreports
to.NullPointerException
- if either logDirectory
,
trackerUrl
or reportAddress
is null
.IllegalArgumentException
- if logDirectory
is not a
directory.public Object[] getFormatArguments(Locale locale)
getFormatArguments
in class Message
Copyright © 2005-2012 jDTAUS. All Rights Reserved.