Class ErrorMessage


  • public class ErrorMessage
    extends java.lang.Object
    Author:
    OFFIS, Tammo Freese
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorMessage​(boolean matching, java.lang.String message, int actualCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void appendTo​(java.lang.StringBuilder buffer, int matches)  
      int getActualCount()  
      java.lang.String getMessage()  
      boolean isMatching()  
      • Methods inherited from class java.lang.Object

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

      • ErrorMessage

        public ErrorMessage​(boolean matching,
                            java.lang.String message,
                            int actualCount)
    • Method Detail

      • isMatching

        public boolean isMatching()
      • getMessage

        public java.lang.String getMessage()
      • getActualCount

        public int getActualCount()
      • appendTo

        public void appendTo​(java.lang.StringBuilder buffer,
                             int matches)