Holger's
Java API

Uses of Interface
com.antelmann.util.WarningOnly

Packages that use WarningOnly
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of WarningOnly in com.antelmann.db
 

Classes in com.antelmann.db that implement WarningOnly
 class DBAccessDeniedWarning
          thrown to indicate that access to a database was not allowed due to applicable restrictions
 class IntegrityWarning
           
 class NotApplicableDataWarning
          used to indicate a 'minor' problem with the data that is to be displayed as a warning rather than an exception
 

Uses of WarningOnly in com.antelmann.util
 

Classes in com.antelmann.util that implement WarningOnly
 class CancellationWarning
          indicates that an operation has been deliberately canceled, which is only to be viewed as a warning
 class GeneralWarning
           
 class OptionNotAvailableWarning
          thrown to indicate that a given option is currently not available
 

Uses of WarningOnly in com.antelmann.util.gui
 

Classes in com.antelmann.util.gui that implement WarningOnly
 class FormValidationWarning
          indicates a problem during a form validation
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads