|
Exception Summary |
| AsciiFormInputExpectedException |
This exception should be thrown from processEditForm
when it requires ASCII-only encoded form input but is sent something else. |
| InvalidEditFormDataException |
This exception (or a subclass of) should be thrown from the
Provider.processEdit method when there is an
error in the data input by the user. |
| LoadPropertiesException |
This exception is thrown from
ProfileProviderAdapter.loadProperties() when there was an
error loading the named properties. |
| ProfileProviderException |
This exception encapsulates a ProfileException. |
| ProviderException |
This exception is a generic superclass for all provider related
exceptions. |
| ProviderWrapperException |
This class wraps one exception within another and provides access to
the original exception. |
| UnknownEditTypeException |
This exception may be thrown from Provider.getEditType()
if an unknown or undefined edit type is encountered. |