@PublicApi public class WebErrorMessageImpl extends Object implements WebErrorMessage
Constructor and Description |
---|
WebErrorMessageImpl(String description,
String snippet,
URI furtherInformationURI) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a message containing the reason an error message has been
generated.
|
String |
getSnippet()
Returns a short form of the error message that getDescription would
provide.
|
URI |
getURI()
Returns a
URI that can be used to direct users
to pages with more information that can be tied to the snippet |
public String getDescription()
WebErrorMessage
getDescription
in interface WebErrorMessage
null
public String getSnippet()
WebErrorMessage
getSnippet
in interface WebErrorMessage
null
public URI getURI()
WebErrorMessage
URI
that can be used to direct users
to pages with more information that can be tied to the snippetgetURI
in interface WebErrorMessage
null
if none is availableCopyright © 2002-2024 Atlassian. All Rights Reserved.