| org.netbeans.test.umllib.exceptions.UMLCommonException org.netbeans.test.umllib.exceptions.UnexpectedElementSelectionException
UnexpectedElementSelectionException | public class UnexpectedElementSelectionException extends UMLCommonException (Code) | | author: Alexandr Scherbatiy |
Inner Class :public static enum Status | |
UnexpectedElementSelectionException | public UnexpectedElementSelectionException()(Code) | | Creates a new instance of UnexpectedElementSelection without detail message.
|
UnexpectedElementSelectionException | public UnexpectedElementSelectionException(String msg)(Code) | | Constructs an instance of UnexpectedElementSelection with the specified detail message.
Parameters: msg - the detail message. |
UnexpectedElementSelectionException | public UnexpectedElementSelectionException(String msg, Status status)(Code) | | Parameters: msg - Parameters: status - |
UnexpectedElementSelectionException | public UnexpectedElementSelectionException(String msg, Object element)(Code) | | Parameters: msg - Parameters: element - |
UnexpectedElementSelectionException | public UnexpectedElementSelectionException(String msg, Status status, Object element)(Code) | | Parameters: msg - Parameters: status - Parameters: element - |
getStatus | public Status getStatus()(Code) | | |
|
|