package exceptions
Type Members
-
case class
AssertionError(expression: String, clue: String) extends Exception with Product with Serializable
Exception that is thrown if an assertion returned false.
-
case class
AssertionErrorException(count: Int) extends Exception with Product with Serializable
Exception that is thrown if an assertion returned false.
-
case class
DuplicateMeasurementNameException(measurementName: String) extends Exception with Product with Serializable
Exception that is thrown when a measurement has the same name multiple times in a PerfSpec test class.
-
case class
MeasurementExceedsErrorThresholdException(measurements: List[PerfComparison]) extends Exception with Product with Serializable
Exception that is thrown when one or more measurements are exceeding the error threshold compared to the previous measurement.