Packages

package exceptions

Type Members

  1. case class InitialTestRunFailedException(message: String) extends Exception with NoStackTrace with Product with Serializable
  2. case class InvalidExclusionsException(invalid: Iterable[String]) extends Exception with Product with Serializable
  3. case class InvalidThresholdValueException(message: String) extends Exception with Product with Serializable
  4. case class UnableToBuildPatternMatchException() extends Exception with Product with Serializable

Ungrouped