|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionType
A representation of the model object 'Exception Type'. An Exception element describes one detected error that a server chooses to convey to the client.
The following features are supported:
Ows11Package.getExceptionType()
Method Summary | |
---|---|
java.lang.String |
getExceptionCode()
Returns the value of the 'Exception Code' attribute. |
org.eclipse.emf.common.util.EList |
getExceptionText()
Returns the value of the 'Exception Text' attribute list. |
java.lang.String |
getLocator()
Returns the value of the 'Locator' attribute. |
void |
setExceptionCode(java.lang.String value)
Sets the value of the ' Exception Code ' attribute. |
void |
setLocator(java.lang.String value)
Sets the value of the ' Locator ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList getExceptionText()
String
.
Ordered sequence of text strings that describe this specific exception or error. The contents of these strings are left open to definition by each server implementation. A server is strongly encouraged to include at least one ExceptionText value, to provide more information about the detected error than provided by the exceptionCode. When included, multiple ExceptionText values shall provide hierarchical information about one detected error, with the most significant information listed first.
Ows11Package.getExceptionType_ExceptionText()
java.lang.String getExceptionCode()
setExceptionCode(String)
,
Ows11Package.getExceptionType_ExceptionCode()
void setExceptionCode(java.lang.String value)
Exception Code
' attribute.
value
- the new value of the 'Exception Code' attribute.getExceptionCode()
java.lang.String getLocator()
setLocator(String)
,
Ows11Package.getExceptionType_Locator()
void setLocator(java.lang.String value)
Locator
' attribute.
value
- the new value of the 'Locator' attribute.getLocator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |