Class UnknownTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ssehub.easy.dslCore.translation.TranslatorException
-
- de.uni_hildesheim.sse.translation.UnknownTypeException
-
- All Implemented Interfaces:
java.io.Serializable,net.ssehub.easy.basics.messages.IIdentifiable
public class UnknownTypeException extends net.ssehub.easy.dslCore.translation.TranslatorExceptionThrown in case of an unknown type.- Author:
- Holger Eichelberger
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intCODE
-
Constructor Summary
Constructors Constructor Description UnknownTypeException(java.lang.String type, de.uni_hildesheim.sse.ivml.Type cause, org.eclipse.emf.ecore.EStructuralFeature causingFeature)Creates an unknown type exception.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringcomposeMessage(java.lang.String type)Composes the message for a giventype.-
Methods inherited from class net.ssehub.easy.dslCore.translation.TranslatorException
consume, getCausingFeature, getCode, getECause, getId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
CODE
public static final int CODE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UnknownTypeException
public UnknownTypeException(java.lang.String type, de.uni_hildesheim.sse.ivml.Type cause, org.eclipse.emf.ecore.EStructuralFeature causingFeature)Creates an unknown type exception.- Parameters:
type- the unknown typecause- the causing type (Ecore object)causingFeature- the causing Ecore feature
-
-