Interface Exception
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,GenericException
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExceptionImpl
public interface Exception extends GenericException
- See Also:
VirtualPackage.getException()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getData()
Returns the value of the 'Data' attribute.BigDecimal
getReason()
Returns the value of the 'Reason' attribute.void
setData(byte[] value)
Sets the value of the 'Data
' attribute.void
setReason(BigDecimal value)
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
-
-
-
-
Method Detail
-
getReason
BigDecimal getReason()
Returns the value of the 'Reason' attribute.- Returns:
- the value of the 'Reason' attribute.
- See Also:
setReason(BigDecimal)
,VirtualPackage.getException_Reason()
-
setReason
void setReason(BigDecimal value)
Sets the value of the 'Reason
' attribute.- Parameters:
value
- the new value of the 'Reason' attribute.- See Also:
getReason()
-
getData
byte[] getData()
Returns the value of the 'Data' attribute.- Returns:
- the value of the 'Data' attribute.
- See Also:
setData(byte[])
,VirtualPackage.getException_Data()
-
-