Class Cal10nError


  • public class Cal10nError
    extends java.lang.Object
    Aggregates various parameters of a verification error in a single place (class).
    Author:
    Ceki Gülcü
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ch.qos.cal10n.verifier.Cal10nError.ErrorType getErrorType()  
      java.lang.String getKey()  
      java.util.Locale getLocale()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getErrorType

        public ch.qos.cal10n.verifier.Cal10nError.ErrorType getErrorType()
      • getKey

        public java.lang.String getKey()
      • getLocale

        public java.util.Locale getLocale()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object