|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.plugin.user.WebErrorMessageImpl
@PublicApi public class WebErrorMessageImpl
Basic WebErrorMessage Implementation.
| Constructor Summary | |
|---|---|
WebErrorMessageImpl(String description,
String snippet,
URI furtherInformationURI)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebErrorMessageImpl(String description,
String snippet,
URI furtherInformationURI)
| Method Detail |
|---|
public String getDescription()
WebErrorMessage
getDescription in interface WebErrorMessagenullpublic String getSnippet()
WebErrorMessage
getSnippet in interface WebErrorMessagenullpublic URI getURI()
WebErrorMessageURI that can be used to direct users
to pages with more information that can be tied to the snippet
getURI in interface WebErrorMessagenull if none is available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||