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:
Serializable,net.ssehub.easy.basics.messages.IIdentifiable
Defines an exception type thrown by the
ModelQuery class.- Author:
- Holger Eichelberger
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionModelQueryException(String message, int code) Creates a new model query exception. -
Method Summary
Methods inherited from class net.ssehub.easy.varModel.model.IvmlException
getCode, getIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.ssehub.easy.basics.messages.IIdentifiable
getMessage
-
Field Details
-
AMBIGUITY
public static final int AMBIGUITY- See Also:
-
ACCESS_ERROR
public static final int ACCESS_ERROR- See Also:
-
MISMATCHED_IMPORT
public static final int MISMATCHED_IMPORT- See Also:
-
UNMATCHED_IMPORT
public static final int UNMATCHED_IMPORT- See Also:
-
-
Constructor Details
-
ModelQueryException
Creates a new model query exception.- Parameters:
message- the messagecode- the related code
-