Uses of Class
com.octo.captcha.engine.CaptchaEngineException

Packages that use CaptchaEngineException
com.octo.captcha.engine   
com.octo.captcha.engine.image This is the base package for image captcha engines. 
com.octo.captcha.engine.sound This is the base package for sound captcha engines. 
 

Uses of CaptchaEngineException in com.octo.captcha.engine
 

Methods in com.octo.captcha.engine that throw CaptchaEngineException
 void CaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 void GenericCaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 

Uses of CaptchaEngineException in com.octo.captcha.engine.image
 

Methods in com.octo.captcha.engine.image that throw CaptchaEngineException
 void ImageCaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 

Uses of CaptchaEngineException in com.octo.captcha.engine.sound
 

Methods in com.octo.captcha.engine.sound that throw CaptchaEngineException
 void SoundCaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.