|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiLocatable | |
---|---|
org.apache.cocoon | |
org.apache.cocoon.components.flow | |
org.apache.cocoon.forms | |
org.apache.cocoon.forms.binding | |
org.apache.cocoon.forms.binding.library | |
org.apache.cocoon.forms.formmodel | |
org.apache.cocoon.util.location | Classes and utilities used to track location information. |
Uses of MultiLocatable in org.apache.cocoon |
---|
Classes in org.apache.cocoon that implement MultiLocatable | |
---|---|
class |
ConnectionResetException
This Exception is thrown every time a component detects an exception due to a connection reset by peer. |
class |
ProcessingException
This Exception is thrown every time there is a problem in processing a request. |
class |
ResourceNotFoundException
This Exception is thrown every time there is a problem in finding a resource. |
Uses of MultiLocatable in org.apache.cocoon.components.flow |
---|
Classes in org.apache.cocoon.components.flow that implement MultiLocatable | |
---|---|
class |
InvalidContinuationException
This Exception is thrown whenever an invalid continuation is given. |
Uses of MultiLocatable in org.apache.cocoon.forms |
---|
Classes in org.apache.cocoon.forms that implement MultiLocatable | |
---|---|
class |
FormsException
An exception raised when an error occurs during form handling. |
class |
FormsRuntimeException
An exception raised when some runtime error occurs in form handling. |
Uses of MultiLocatable in org.apache.cocoon.forms.binding |
---|
Classes in org.apache.cocoon.forms.binding that implement MultiLocatable | |
---|---|
class |
BindingException
This exception is thrown when something goes wrong with the binding. |
Uses of MultiLocatable in org.apache.cocoon.forms.binding.library |
---|
Classes in org.apache.cocoon.forms.binding.library that implement MultiLocatable | |
---|---|
class |
LibraryException
This exception is thrown when something specific to the library system goes wrong. |
Uses of MultiLocatable in org.apache.cocoon.forms.formmodel |
---|
Classes in org.apache.cocoon.forms.formmodel that implement MultiLocatable | |
---|---|
class |
DuplicateIdException
This exception is thrown by WidgetDefinitions that contain other WidgetDefinitions, such as the FormDefinition or the RepeaterDefinition , in case
one tries to add a WidgetDefinition that has the same id as another,
previously added, WidgetDefinition. |
class |
IncompletenessException
|
Uses of MultiLocatable in org.apache.cocoon.util.location |
---|
Classes in org.apache.cocoon.util.location that implement MultiLocatable | |
---|---|
class |
LocatedException
A cascading and located Exception . |
class |
LocatedRuntimeException
A cascading and located RuntimeException . |
Methods in org.apache.cocoon.util.location with parameters of type MultiLocatable | |
---|---|
static void |
LocatedException.addCauseLocations(MultiLocatable self,
Throwable cause)
Add to the location stack all locations of an exception chain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |