| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.jeta.forms.gui.common.FormException
FormException | public class FormException extends Exception (Code) | | This is a catch-all exception for parts of the application. Because java
beans are used extensively, a lot of reflection and introspection exceptions
are thrown. Instead of catching all of these, we will just wrap them and
rethrow as a FormException.
author: Jeff Tassin |
FormException | public FormException(Exception e)(Code) | | Creates a FormException with the specified exception
information.
Parameters: e - the original cause of the exception |
FormException | public FormException(String msg, Exception e)(Code) | | Creates a FormException with the specified message and
exception information.
Parameters: msg - a message to add to the exception message Parameters: e - the original cause of the xception |
getSourceException | public Exception getSourceException()(Code) | | Returns the source exception. This can be null.
|
|
|
|