Packages

p

org.opalj.sbt.perf

exceptions

package exceptions

Type Members

  1. case class AssertionError(expression: String, clue: String) extends Exception with Product with Serializable

    Exception that is thrown if an assertion returned false.

  2. case class AssertionErrorException(count: Int) extends Exception with Product with Serializable

    Exception that is thrown if an assertion returned false.

  3. 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.

  4. 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.

Ungrouped