Uses of Interface
com.sonalb.IEnhancedException

Packages that use IEnhancedException
com.sonalb Contains utility classes and other classes with a general scope. 
com.sonalb.net.http.cookie [jCookie] Contains classes related to state management (cookie-handling) using HTTP. 
 

Uses of IEnhancedException in com.sonalb
 

Classes in com.sonalb that implement IEnhancedException
 class EnhancedException
          Convenience implementation of IEnhancedException interface, and subclass of Exception.
 class EnhancedIOException
          Convenience implementation of IEnhancedException interface, and subclass of java.io.IOException.
 class EnhancedRuntimeException
          Convenience implementation of IEnhancedException interface, and subclass of RuntimeException.
 

Uses of IEnhancedException in com.sonalb.net.http.cookie
 

Classes in com.sonalb.net.http.cookie that implement IEnhancedException
 class MalformedCookieException
          Indicates some problem caused by a bad or malformed cookie.