Class 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 error
      java.lang.String name()
      name of the component which hold a value of inconsistency
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConsistencyError

        public ConsistencyError​(java.lang.String name,
                                java.lang.String message)
    • Method Detail

      • name

        public java.lang.String name()
        name of the component which hold a value of inconsistency
        Returns:
        component name
      • message

        public java.lang.String message()
        HTML formatted message of the description of the error
        Returns:
        HTML message