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
 String getCode()
           
 Class<?> getEnumClass()
           
 ch.qos.cal10n.verifier.Cal10nError.ErrorType getErrorType()
           
 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()

getCode

public String getCode()

getLocale

public Locale getLocale()

getEnumClass

public Class<?> getEnumClass()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 QOS.ch. All Rights Reserved.