Class RestrictionEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ssehub.easy.basics.modelManagement.RestrictionEvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
public class RestrictionEvaluationException extends java.lang.ExceptionAn exception thrown when then evaluation of a restriction fails.- Author:
- Holger Eichelberger
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private intidstatic intID_INTERNAL
-
Constructor Summary
Constructors Constructor Description RestrictionEvaluationException(java.lang.String message, int id)Creates a restriction evaluation exception.RestrictionEvaluationException(java.lang.String message, int id, java.lang.Exception cause)Creates a restriction evaluation exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()Returns the identification used for testing.
-
-
-
Field Detail
-
ID_INTERNAL
public static final int ID_INTERNAL
- See Also:
- Constant Field Values
-
id
private int id
-
-
Constructor Detail
-
RestrictionEvaluationException
public RestrictionEvaluationException(java.lang.String message, int id)Creates a restriction evaluation exception.- Parameters:
message- the exception messageid- an identification used for testing
-
RestrictionEvaluationException
public RestrictionEvaluationException(java.lang.String message, int id, java.lang.Exception cause)Creates a restriction evaluation exception.- Parameters:
message- the exception messageid- an identification used for testingcause- the causing exception
-
-