| org.netbeans.test.umllib.exceptions.UMLCommonException org.netbeans.test.umllib.exceptions.NotFoundException org.netbeans.test.umllib.exceptions.NotFoundOnDiagramException
NotFoundOnDiagramException | public class NotFoundOnDiagramException extends NotFoundException (Code) | | Thrown when expected element can't be found on diagram
author: Sergey Petrov |
Inner Class :public static enum ActionTypes | |
NotFoundOnDiagramException | public NotFoundOnDiagramException(ElementTypes elemenType)(Code) | | Creates a new instance of NotFoundOnDiagramException
Parameters: elemenType - |
NotFoundOnDiagramException | public NotFoundOnDiagramException(ExpandedElementTypes elemenType, ActionTypes type)(Code) | | Creates a new instance of NotFoundOnDiagramException
and specify history of creation (action for element creation)
Parameters: elemenType - Parameters: type - |
NotFoundOnDiagramException | public NotFoundOnDiagramException(ElementTypes elemenType, ActionTypes type)(Code) | | Creates a new instance of NotFoundOnDiagramException
and specify history of creation (action for element creation)
Parameters: elemenType - Parameters: type - |
NotFoundOnDiagramException | public NotFoundOnDiagramException(ElementTypes elemenType, ActionTypes type, int id)(Code) | | Creates a new instance of NotFoundOnDiagramException
and specify history of creation (action for element creation)
Parameters: elemenType - Parameters: type - Parameters: id - |
getPreAction | public ActionTypes getPreAction()(Code) | | get type of action invoked for element creation
|
|
|