Package de.uni_hildesheim.sse
Class UnknownTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ssehub.easy.varModel.model.IvmlException
-
- de.uni_hildesheim.sse.UnknownTypeException
-
- All Implemented Interfaces:
java.io.Serializable,net.ssehub.easy.basics.messages.IIdentifiable
public class UnknownTypeException extends net.ssehub.easy.varModel.model.IvmlExceptionA specific exception thrown in case that a type cannot be resolved.- 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)Creates an instance.
-
Method Summary
-
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
-
-