|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionRuntimeException | |
---|---|
net.ontopia.topicmaps.webed.core | The core interfaces of the Web Editor Framework; the main interfaces used to build Web Editor applications. |
net.ontopia.topicmaps.webed.impl.actions | The implementation of the action interfaces belonging to Ontopia's web editor framework. |
net.ontopia.topicmaps.webed.impl.basic | The basic implementation of the core interfaces belonging to Ontopia's web editor framework, except the classes related to the to the implementation of actions (which are in their own package structure). |
net.ontopia.topicmaps.webed.impl.utils |
Uses of ActionRuntimeException in net.ontopia.topicmaps.webed.core |
---|
Methods in net.ontopia.topicmaps.webed.core that throw ActionRuntimeException | |
---|---|
void |
ActionIF.perform(ActionParametersIF params,
ActionResponseIF response)
PUBLIC: Performs the action using the values provided by the params parameter. |
Uses of ActionRuntimeException in net.ontopia.topicmaps.webed.impl.actions |
---|
Methods in net.ontopia.topicmaps.webed.impl.actions that throw ActionRuntimeException | |
---|---|
void |
SetForwardAction.perform(ActionParametersIF params,
ActionResponseIF response)
|
Uses of ActionRuntimeException in net.ontopia.topicmaps.webed.impl.basic |
---|
Subclasses of ActionRuntimeException in net.ontopia.topicmaps.webed.impl.basic | |
---|---|
class |
ActionValidationException
INTERNAL: Thrown by when there is a validation problem relating to an action. |
Fields in net.ontopia.topicmaps.webed.impl.basic declared as ActionRuntimeException | |
---|---|
protected ActionRuntimeException |
ActionError.exception
|
Methods in net.ontopia.topicmaps.webed.impl.basic that return ActionRuntimeException | |
---|---|
ActionRuntimeException |
ActionError.getException()
|
Constructors in net.ontopia.topicmaps.webed.impl.basic with parameters of type ActionRuntimeException | |
---|---|
ActionError(ActionRuntimeException cause,
ActionData data)
|
|
ActionError(ActionRuntimeException cause,
ActionData data,
java.lang.String[] values)
|
Uses of ActionRuntimeException in net.ontopia.topicmaps.webed.impl.utils |
---|
Methods in net.ontopia.topicmaps.webed.impl.utils that throw ActionRuntimeException | |
---|---|
static ActionSignature |
ActionSignature.getSignature(java.lang.String sign)
|
void |
ActionSignature.validateArguments(ActionParametersIF params,
ActionIF action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |