@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()
WebErrorMessagegetDescription in interface WebErrorMessagenullpublic String getSnippet()
WebErrorMessagegetSnippet in interface WebErrorMessagenullpublic URI getURI()
WebErrorMessageURI that can be used to direct users
to pages with more information that can be tied to the snippetgetURI in interface WebErrorMessagenull if none is availableCopyright © 2002-2018 Atlassian. All Rights Reserved.