public class ParseChunkExceptionImpl extends EObjectImpl implements ParseChunkException
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Exception |
exception
The cached value of the '
Exception' attribute. |
protected static java.lang.Exception |
EXCEPTION_EDEFAULT
The default value of the '
Exception' attribute. |
protected static java.lang.String |
STRING_CAUSE_EDEFAULT
The default value of the '
String Cause' attribute. |
protected static java.lang.String |
STRING_MESSAGE_EDEFAULT
The default value of the '
String Message' attribute. |
protected static java.lang.String |
STRING_STACK_TRACE_EDEFAULT
The default value of the '
String Stack Trace' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
ParseChunkExceptionImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.Exception |
getException() |
java.lang.String |
getStringCause() |
java.lang.String |
getStringMessage() |
java.lang.String |
getStringStackTrace() |
void |
setException(java.lang.Exception newException) |
java.lang.String |
toString() |
protected static final java.lang.Exception EXCEPTION_EDEFAULT
Exception' attribute.
getException()protected java.lang.Exception exception
Exception' attribute.
getException()protected static final java.lang.String STRING_CAUSE_EDEFAULT
String Cause' attribute.
getStringCause()protected static final java.lang.String STRING_MESSAGE_EDEFAULT
String Message' attribute.
getStringMessage()protected static final java.lang.String STRING_STACK_TRACE_EDEFAULT
String Stack Trace' attribute.
getStringStackTrace()protected EClass eStaticClass()
public java.lang.Exception getException()
getException in interface ParseChunkExceptionParseChunkException.setException(Exception),
WavPackage.getParseChunkException_Exception()public void setException(java.lang.Exception newException)
setException in interface ParseChunkExceptionnewException - the new value of the 'Exception' attribute.ParseChunkException.getException()public java.lang.String getStringCause()
getStringCause in interface ParseChunkExceptionWavPackage.getParseChunkException_StringCause()public java.lang.String getStringMessage()
getStringMessage in interface ParseChunkExceptionWavPackage.getParseChunkException_StringMessage()public java.lang.String getStringStackTrace()
getStringStackTrace in interface ParseChunkExceptionWavPackage.getParseChunkException_StringStackTrace()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()