Exception: Watir::Exception::WatirException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Watir::Exception::WatirException
- Defined in:
- lib/watir-classic/exceptions.rb
Overview
Root class for all Watir Exceptions
Direct Known Subclasses
FrameAccessDeniedException, MissingWayOfFindingObjectException, NavigationException, NoMatchingWindowFoundException, NoStatusBarException, NoValueFoundException, ObjectDisabledException, ObjectReadOnlyException, TimeOutException, UnhandledEventException, 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-classic/exceptions.rb', line 6 def initialize(="") super() end |