Class ElementNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.tsystems.mms.tic.testframework.exceptions.UiElementException
-
- eu.tsystems.mms.tic.testframework.exceptions.ElementNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ElementNotFoundException extends UiElementException
Runtime Exception, stating that aUiElementis missing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElementNotFoundException(UiElement uiElement)ElementNotFoundException(UiElement uiElement, java.lang.Throwable cause)ElementNotFoundException(java.lang.String message)Deprecated.
-