public class UnknownTypeException
extends net.ssehub.easy.dslCore.translation.TranslatorException
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE |
| Constructor and Description |
|---|
UnknownTypeException(java.lang.String type,
Type cause,
org.eclipse.emf.ecore.EStructuralFeature causingFeature)
Creates an unknown type exception.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
composeMessage(java.lang.String type)
Composes the message for a given
type. |
consume, getCausingFeature, getCode, getECause, getIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int CODE
public UnknownTypeException(java.lang.String type,
Type cause,
org.eclipse.emf.ecore.EStructuralFeature causingFeature)
type - the unknown typecause - the causing type (Ecore object)causingFeature - the causing Ecore featureCopyright © 2009 - 2018 SSE. All Rights Reserved.