Class ConsistencyError
- java.lang.Object
-
- org.seamcat.model.simulation.consistency.ConsistencyError
-
public class ConsistencyError extends java.lang.Object
Used to communicate consistency errors inside a scenario.
-
-
Constructor Summary
Constructors Constructor Description ConsistencyError(java.lang.String name, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
message()
HTML formatted message of the description of the errorjava.lang.String
name()
name of the component which hold a value of inconsistency
-