ch.qos.cal10n.verifier
Class ErrorFactory

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

public class ErrorFactory
extends Object

Simplifies the creation of Cal10nError instances.

Author:
Ceki Gülcü

Constructor Summary
ErrorFactory(Class<?> enumClass, Locale locale, String resourceBundleName)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorFactory

public ErrorFactory(Class<?> enumClass,
                    Locale locale,
                    String resourceBundleName)