com.antelmann.util.gui
Class FormValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.antelmann.util.gui.FormValidationException
- All Implemented Interfaces:
- Serializable
public class FormValidationException
- extends Exception
indicates a problem during a form validation
- Author:
- Holger Antelmann
- See Also:
FormDialog,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FormValidationException
public FormValidationException(JComponent form,
String message,
JComponent errorComponent)
getForm
public JComponent getForm()
getErrorComponent
public JComponent getErrorComponent()
- the component that needs focus after a message is displayed
(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads