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
 Class<?> getEnumClass()
           
 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()

getEnumClass

public Class<?> getEnumClass()

toString

public String toString()
Overrides:
toString in class Object


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