|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MelatiException | |
---|---|
org.melati.app | Abstract classes and examples for using Melati as a command line application. |
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 MelatiException in org.melati.app |
---|
Methods in org.melati.app that throw MelatiException | |
---|---|
Melati |
AbstractPoemApp.init(String[] args)
Initialise. |
Melati |
AbstractTemplateApp.init(String[] args)
Initialise. |
Melati |
AbstractConfigApp.init(String[] args)
Initialise. |
protected MelatiConfig |
AbstractConfigApp.melatiConfig()
Set application properties from the default properties file. |
Uses of MelatiException in org.melati.login |
---|
Methods in org.melati.login that throw MelatiException | |
---|---|
void |
OpenAccessHandler.buildRequest(Melati melati)
Nothing to do. |
void |
CommandLineAccessHandler.buildRequest(Melati melati)
A no-op in a command line application. |
void |
AccessHandler.buildRequest(Melati melati)
Rebuild request if we have had to login, otherwise nothing. |
Uses of MelatiException in org.melati.servlet |
---|
Subclasses of MelatiException in org.melati.servlet | |
---|---|
class |
InvalidUsageException
Servlet was called with missing or invalid parameters. |
Uses of MelatiException in org.melati.template |
---|
Subclasses of MelatiException in org.melati.template | |
---|---|
class |
NotFoundException
A templet loader could not find a templet. |
Uses of MelatiException in org.melati.util |
---|
Subclasses of MelatiException in org.melati.util | |
---|---|
class |
CharsetException
Thrown when there is a problem establishing Character Sets. |
class |
FormatPropertyException
Thrown when an attempt is made to cast a String
property value as a numeric type. |
class |
InstantiationPropertyException
Thrown when there is a problem finding or creating a class from a property value. |
class |
NoSuchPropertyException
Thrown when a Property is not found. |
class |
PropertyException
Thrown when any Property related problem occurs. |
class |
ReconstructedHttpServletRequestMismatchException
Thrown should a ReconstructedHttpServletRequest not match the
stored parameters of the original request. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |