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

Packages that use CaptchaEngineException
com.octo.captcha.engine This is the base package for captcha engine .
A CaptchaEngine provides methods to retrieve a new localized captcha sub package provides specialized engines, by type and by captcha scheme (ex : image/gimpy ) This package uses CaptchaFactories to build captcha. 
com.octo.captcha.engine.image This is the base package for image captcha engines.
ImageCaptchaEngine is an abstract classe thet define methods to retrive typed captchas. ListCaptchaImageEngine is an implementation using a java.util.List DefaultImageCaptchaEngine is an implementation using a a static initializer and is deprecated This package uses ImageCaptchaFactories to build captcha. 
com.octo.captcha.engine.sound This is the base package for sound captcha engines.
SoundCaptchaEngine is an abstract classe thet define methods to retrive typed captchas. ListCaptchaSoundEngine is an implementation using a java.util.List DefaulSoundCaptchaEngine is an implementation using a a static initializer and is deprecated This package uses SoundCaptchaFactories to build captcha. 
 

Uses of CaptchaEngineException in com.octo.captcha.engine
 

Methods in com.octo.captcha.engine that throw CaptchaEngineException
 void GenericCaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 void MockCaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 void CaptchaEngine.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-2011 JCaptcha corp.. All Rights Reserved.