Class ElementLockAcquisitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nomagic.magicdraw.teamwork2.locks.ElementLockAcquisitionException
-
- All Implemented Interfaces:
java.io.Serializable
@OpenApiAll public class ElementLockAcquisitionException extends java.lang.Exception
An exception that is thrown to signal that a required element could not be locked- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElementLockAcquisitionException(Element element)
Creates new instance ofElementLockAcquisitionException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element
getElement()
Gets the element that could not be locked
-
-
-
Constructor Detail
-
ElementLockAcquisitionException
public ElementLockAcquisitionException(Element element)
Creates new instance ofElementLockAcquisitionException
- Parameters:
element
- the element that could not be locked
-
-
Method Detail
-
getElement
public Element getElement()
Gets the element that could not be locked- Returns:
- the element
-
-