- All Superinterfaces:
org.eclipse.emf.ecore.EObject
, GenericException
, org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExceptionImpl
A representation of the model object '
Exception'.
The following features are supported:
- See Also:
-
-
Method Summary
byte[]
Returns the value of the 'Data' attribute.
Returns the value of the 'Reason' attribute.
void
Sets the value of the '
Data
' attribute.
void
Sets the value of the '
Reason
' 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 com._1c.g5.v8.dt.debug.model.core.GenericException
getCategory, getClsid, getCreationStack, getDescr, getEncoded, getInner, getUiHelperUUID, isSetEncoded, setCategory, setClsid, setCreationStack, setDescr, setEncoded, setInner, setUiHelperUUID, unsetEncoded
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getReason
Returns the value of the 'Reason' attribute.
- Returns:
- the value of the 'Reason' attribute.
- See Also:
-
-
setReason
Sets the value of the '
Reason
' attribute.
- Parameters:
value
- the new value of the 'Reason' attribute.
- See Also:
-
-
getData
byte[] getData()
Returns the value of the 'Data' attribute.
- Returns:
- the value of the 'Data' attribute.
- See Also:
-
-
setData
void setData(byte[] value)
Sets the value of the '
Data
' attribute.
- Parameters:
value
- the new value of the 'Data' attribute.
- See Also:
-