Packages

package exceptions

Type Members

  1. case class AnalysisFatal(msg: String) extends Throwable with Product with Serializable
  2. trait InterfaceAnalysisCondition extends Throwable
  3. case class MissingInterfaceElement(element: String, interface: String) extends Throwable with InterfaceAnalysisCondition with Product with Serializable
  4. class StaleInterfaceElement extends Throwable with InterfaceAnalysisCondition
  5. class SuspectedIosPermissionPopup extends FatalError
  6. case class UncaughtCondition(thr: Throwable) extends Throwable with InterfaceAnalysisCondition with Product with Serializable
  7. case class UnexpectedInterface(msg: String) extends Throwable with InterfaceAnalysisCondition with Product with Serializable
  8. class WebDriverHissyFit extends Throwable with InterfaceAnalysisCondition

Ungrouped