Home
last modified time | relevance | path

Searched refs:MissingSliceException (Results 1 – 1 of 1) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt46 class MissingSliceException : Exception { class
281 throw MissingSliceException(this.id, queryType, queryValue) in ProcessModel()
283 throw MissingSliceException(this.id, queryType, queryValue, lowerBound, upperBound) in ProcessModel()
305 throw MissingSliceException(this.id, pattern) in ProcessModel()
307 throw MissingSliceException(this.id, pattern, lowerBound, upperBound) in ProcessModel()