Package net.ssehub.easy.varModel.model
Class ModelQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ssehub.easy.varModel.model.IvmlException
-
- net.ssehub.easy.varModel.model.ModelQueryException
-
- All Implemented Interfaces:
java.io.Serializable,IIdentifiable
public class ModelQueryException extends IvmlException
Defines an exception type thrown by theModelQueryclass.- Author:
- Holger Eichelberger
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intACCESS_ERRORstatic intAMBIGUITYstatic intMISMATCHED_IMPORTstatic intUNMATCHED_IMPORT
-
Constructor Summary
Constructors Constructor Description ModelQueryException(java.lang.String message, int code)Creates a new model query exception.
-
Method Summary
-
Methods inherited from class net.ssehub.easy.varModel.model.IvmlException
getCode, getId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.ssehub.easy.basics.messages.IIdentifiable
getMessage
-
-
-
-
Field Detail
-
AMBIGUITY
public static final int AMBIGUITY
- See Also:
- Constant Field Values
-
ACCESS_ERROR
public static final int ACCESS_ERROR
- See Also:
- Constant Field Values
-
MISMATCHED_IMPORT
public static final int MISMATCHED_IMPORT
- See Also:
- Constant Field Values
-
UNMATCHED_IMPORT
public static final int UNMATCHED_IMPORT
- See Also:
- Constant Field Values
-
-