org.andromda.metafacades.uml
Interface FrontEndExceptionHandler

All Superinterfaces:
FrontEndForward, ModelElementFacade, TransitionFacade

public interface FrontEndExceptionHandler
extends FrontEndForward

A front-end exception handler intercepts exceptions and delegates them into a front-end action state that will handle it (for example by simply displaying it if the action state happened to be a view) .

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 boolean isFrontEndException()
           Indicatesif this element carries the FrontEndException stereotype.
 boolean isFrontEndExceptionHandlerMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
Methods inherited from interface org.andromda.metafacades.uml.FrontEndForward
getActionMethodName, getActions, getDecisionTrigger, getForwardParameters, getFrontEndActivityGraph, getOperationCall, getUseCase, isContainedInFrontEndUseCase, isEnteringView, isExitingView, isFrontEndForwardMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.TransitionFacade
getEffect, getGuard, getSource, getTarget, getTrigger, isEnteringActionState, isEnteringDecisionPoint, isEnteringFinalState, isExitingActionState, isExitingDecisionPoint, isExitingInitialState, isTransitionFacadeMetaType, isTriggerPresent
 
Methods inherited from interface org.andromda.metafacades.uml.ModelElementFacade
copyTaggedValues, findTaggedValue, findTaggedValues, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isModelElementFacadeMetaType, isTemplateParametersPresent, translateConstraint, translateConstraints, translateConstraints, validateInvariants
 

Method Detail

isFrontEndExceptionHandlerMetaType

public boolean isFrontEndExceptionHandlerMetaType()
Indicates the metafacade type (used for metafacade mappings).

Returns:
always true

isFrontEndException

public boolean isFrontEndException()

Indicatesif this element carries the FrontEndException stereotype.



Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.