|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MelatiRuntimeException | |
---|---|
org.melati.admin | A Melati Database Administration System. |
org.melati.app | Abstract classes and examples for using Melati as a command line application. |
org.melati.example.contacts | A very simple Contacts Management System. |
org.melati.login | Access control for a Melati database. |
org.melati.servlet | Servlet specific elements of Melati. |
org.melati.template | Using Templates to render Objects to output formats. |
org.melati.util | An assortment of useful objects. |
Uses of MelatiRuntimeException in org.melati.admin |
---|
Subclasses of MelatiRuntimeException in org.melati.admin | |
---|---|
class |
AnticipatedException
An error which is expected, so should be rendered prettily. |
class |
NonUniqueKeyValueAnticipatedException
|
Uses of MelatiRuntimeException in org.melati.app |
---|
Subclasses of MelatiRuntimeException in org.melati.app | |
---|---|
class |
InvalidArgumentsException
Thrown when an application was called with unexpected arguments. |
class |
UnhandledExceptionException
Thrown when an exception is not handled or authentication fails. |
Uses of MelatiRuntimeException in org.melati.example.contacts |
---|
Subclasses of MelatiRuntimeException in org.melati.example.contacts | |
---|---|
class |
Contact.DescendantParentException
Thrown when an attempt to make a descendant an ancestor is made. |
Uses of MelatiRuntimeException in org.melati.login |
---|
Subclasses of MelatiRuntimeException in org.melati.login | |
---|---|
class |
HttpAuthorizationMelatiException
Flags up when something was illegal or not supported about an incoming HTTP authorization. |
Uses of MelatiRuntimeException in org.melati.servlet |
---|
Subclasses of MelatiRuntimeException in org.melati.servlet | |
---|---|
class |
FormDataAdaptorException
Thrown when there is a problem with saving or reading an uploaded file. |
class |
PathInfoException
Servlet was called with unexpected PathInfo. |
Uses of MelatiRuntimeException in org.melati.template |
---|
Subclasses of MelatiRuntimeException in org.melati.template | |
---|---|
class |
FormParameterException
Something is wrong with this parameter. |
class |
MissingFieldException
Thrown when a TempletAdaptor cannot find a required form field
in a templet. |
class |
PartlyNullException
Thrown when only some of the fields of a compound field, such as a date, have been filled in. |
class |
TemplateEngineException
Thrown when the ServletTemplateEngine itself throws an
Exception . |
class |
TemplateIOException
Thrown when the Templating system throws an IOException. |
class |
TempletAdaptorConstructionMelatiException
Thrown when a TempletAdaptor has problems during construction. |
Uses of MelatiRuntimeException in org.melati.util |
---|
Subclasses of MelatiRuntimeException in org.melati.util | |
---|---|
class |
BugException
Thrown when a programmer attempts to do something which is possible but wrong. |
class |
ConfigException
Thrown when there is a problem configuring Melati. |
class |
ConnectionPendingException
Thrown if an attempt is made to use a DBMS whilst it is initialising. |
class |
DatabaseInitException
Thrown when there is a problem initialising a database. |
static class |
HttpHeader.HttpHeaderException
|
class |
MelatiBugMelatiException
Thrown if an internal assumption about Melati is violated. |
class |
MelatiConfigurationException
Thrown when an invalid configuaration is detected. |
class |
MelatiIOException
Convert the checked exception IOException to a RuntimeException. |
static class |
ThrowingPrintWriter.SuperUseException
Thrown when a programmer attempts to use super.out . |
class |
ThrowingPrintWriter.TroubleException
Thrown if there is a problem writing to this ThowingPrintWriter . |
class |
UnexpectedExceptionException
Thrown if an internal assumption about Melati is violated. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |