Exception: Watir::Exception::WatirException
- Defined in:
- lib/watir/exceptions.rb
Overview
Root class for all Watir Exceptions
Direct Known Subclasses
MissingWayOfFindingObjectException, NavigationException, NoMatchingWindowFoundException, NoStatusBarException, NoValueFoundException, ObjectDisabledException, ObjectReadOnlyException, TimeOutException, UnknownCellException, UnknownFormException, UnknownFrameException, UnknownObjectException
Instance Method Summary collapse
-
#initialize(message = "") ⇒ WatirException
constructor
A new instance of WatirException.
Constructor Details
#initialize(message = "") ⇒ WatirException
Returns a new instance of WatirException.
6 7 8 |
# File 'lib/watir/exceptions.rb', line 6 def initialize(="") super() end |