public interface ParseChunkException
The following features are supported:
WavPackage.getParseChunkException()
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Returns the value of the 'Exception' attribute.
|
java.lang.String |
getStringCause()
Returns the value of the 'String Cause' attribute.
|
java.lang.String |
getStringMessage()
Returns the value of the 'String Message' attribute.
|
java.lang.String |
getStringStackTrace()
Returns the value of the 'String Stack Trace' attribute.
|
void |
setException(java.lang.Exception value)
Sets the value of the '
Exception ' attribute. |
java.lang.Exception getException()
If the meaning of the 'Exception' attribute isn't clear, there really should be more of a description here...
setException(Exception)
,
WavPackage.getParseChunkException_Exception()
void setException(java.lang.Exception value)
Exception
' attribute.
value
- the new value of the 'Exception' attribute.getException()
java.lang.String getStringCause()
If the meaning of the 'String Cause' attribute isn't clear, there really should be more of a description here...
WavPackage.getParseChunkException_StringCause()
java.lang.String getStringMessage()
If the meaning of the 'String Message' attribute isn't clear, there really should be more of a description here...
WavPackage.getParseChunkException_StringMessage()
java.lang.String getStringStackTrace()
If the meaning of the 'String Stack Trace' attribute isn't clear, there really should be more of a description here...
WavPackage.getParseChunkException_StringStackTrace()