ch.qos.cal10n.verifier
Class Cal10nError

java.lang.Object
  extended by ch.qos.cal10n.verifier.Cal10nError

public class Cal10nError
extends Object

Aggregates various parameters of a verification error in a single place (class).

Author:
Ceki Gülcü

Method Summary
 ch.qos.cal10n.verifier.Cal10nError.ErrorType getErrorType()
           
 String getKey()
           
 Locale getLocale()
           
 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 String getKey()

getLocale

public Locale getLocale()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 QOS.ch. All Rights Reserved.