com.google.code.kaptcha.util
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.code.kaptcha.util.ConfigException
All Implemented Interfaces:
java.io.Serializable

public class ConfigException
extends java.lang.RuntimeException

ConfigException is used to indicate an error in configuration properties.

See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String paramName, java.lang.String paramValue, java.lang.String message)
           
ConfigException(java.lang.String paramName, java.lang.String paramValue, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigException

public ConfigException(java.lang.String paramName,
                       java.lang.String paramValue,
                       java.lang.Throwable cause)

ConfigException

public ConfigException(java.lang.String paramName,
                       java.lang.String paramValue,
                       java.lang.String message)


Copyright © 2010 Kaptcha. All Rights Reserved. Build version: 2.3.2