Interface GenericException
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CompileException
,Exception
,Exception
,RuntimeException
- All Known Implementing Classes:
CompileExceptionImpl
,ExceptionImpl
,ExceptionImpl
,GenericExceptionImpl
,RuntimeExceptionImpl
public interface GenericException extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Generic Exception'.The following features are supported:
- See Also:
CorePackage.getGenericException()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClsid()
Returns the value of the 'Clsid' attribute.String
getDescr()
Returns the value of the 'Descr' attribute.Boolean
getEncoded()
Returns the value of the 'Encoded' attribute.GenericException
getInner()
Returns the value of the 'Inner' containment reference.boolean
isSetEncoded()
Returns whether the value of the 'Encoded
' attribute is set.void
setClsid(String value)
Sets the value of the 'Clsid
' attribute.void
setDescr(String value)
Sets the value of the 'Descr
' attribute.void
setEncoded(Boolean value)
Sets the value of the 'Encoded
' attribute.void
setInner(GenericException value)
Sets the value of the 'Inner
' containment reference.void
unsetEncoded()
Unsets the value of the 'Encoded
' attribute.
-
-
-
Method Detail
-
getDescr
String getDescr()
Returns the value of the 'Descr' attribute.- Returns:
- the value of the 'Descr' attribute.
- See Also:
setDescr(String)
,CorePackage.getGenericException_Descr()
-
setDescr
void setDescr(String value)
Sets the value of the 'Descr
' attribute.- Parameters:
value
- the new value of the 'Descr' attribute.- See Also:
getDescr()
-
getInner
GenericException getInner()
Returns the value of the 'Inner' containment reference.- Returns:
- the value of the 'Inner' containment reference.
- See Also:
setInner(GenericException)
,CorePackage.getGenericException_Inner()
-
setInner
void setInner(GenericException value)
Sets the value of the 'Inner
' containment reference.- Parameters:
value
- the new value of the 'Inner' containment reference.- See Also:
getInner()
-
getClsid
String getClsid()
Returns the value of the 'Clsid' attribute.- Returns:
- the value of the 'Clsid' attribute.
- See Also:
setClsid(String)
,CorePackage.getGenericException_Clsid()
-
setClsid
void setClsid(String value)
Sets the value of the 'Clsid
' attribute.- Parameters:
value
- the new value of the 'Clsid' attribute.- See Also:
getClsid()
-
getEncoded
Boolean getEncoded()
Returns the value of the 'Encoded' attribute. The default value is"false"
.- Returns:
- the value of the 'Encoded' attribute.
- See Also:
isSetEncoded()
,unsetEncoded()
,setEncoded(Boolean)
,CorePackage.getGenericException_Encoded()
-
setEncoded
void setEncoded(Boolean value)
Sets the value of the 'Encoded
' attribute.- Parameters:
value
- the new value of the 'Encoded' attribute.- See Also:
isSetEncoded()
,unsetEncoded()
,getEncoded()
-
unsetEncoded
void unsetEncoded()
Unsets the value of the 'Encoded
' attribute.- See Also:
isSetEncoded()
,getEncoded()
,setEncoded(Boolean)
-
isSetEncoded
boolean isSetEncoded()
Returns whether the value of the 'Encoded
' attribute is set.- Returns:
- whether the value of the 'Encoded' attribute is set.
- See Also:
unsetEncoded()
,getEncoded()
,setEncoded(Boolean)
-
-