Searched refs:MissingSliceException (Results 1 – 1 of 1) sorted by relevance
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/ |
D | SliceQueries.kt | 46 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()
|