|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ErrorContent
Structured error information.
| Nested Class Summary | |
|---|---|
static class |
ErrorContent.LocationType
Enumerated constants for error location types. |
| Method Summary | |
|---|---|
java.lang.String |
getCodeName()
Return the name of this error, which will be unique within its domain. |
java.lang.String |
getDebugInfo()
Returns debugging information. |
java.lang.String |
getDomainName()
Return the error domain. |
java.lang.String |
getExtendedHelp()
Gets the extended help URI. |
java.lang.String |
getInternalReason()
Gets the internal reason (unlocalized explanation) associated with this ErrorInfo. |
java.lang.String |
getLocation()
Return the location of the error. |
ErrorContent.LocationType |
getLocationType()
Return the type of error location. |
java.lang.String |
getSendReport()
Gets the URI to which a report should be sent when this error is received. |
| Method Detail |
|---|
java.lang.String getDomainName()
java.lang.String getCodeName()
code element in the XML
error format.
java.lang.String getLocation()
ErrorContent.LocationType getLocationType()
ErrorContent.LocationType for the
available values.
java.lang.String getInternalReason()
internalReason element in the XML error format.
java.lang.String getExtendedHelp()
extendedHelp element in the XML
error format.
java.lang.String getSendReport()
sendReport element in the XML error format.
java.lang.String getDebugInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||