Searched refs:InvalidViewerConfigException (Results 1 – 3 of 3) sorted by relevance
77 @Test(expected = InvalidViewerConfigException::class)88 @Test(expected = InvalidViewerConfigException::class)99 @Test(expected = InvalidViewerConfigException::class)133 @Test(expected = InvalidViewerConfigException::class)171 @Test(expected = InvalidViewerConfigException::class)231 @Test(expected = InvalidViewerConfigException::class)253 @Test(expected = InvalidViewerConfigException::class)274 @Test(expected = InvalidViewerConfigException::class)289 @Test(expected = InvalidViewerConfigException::class)306 @Test(expected = InvalidViewerConfigException::class)
43 throw InvalidViewerConfigException("Invalid message entry in viewer config")61 throw InvalidViewerConfigException("Invalid group entry in viewer config")72 ?: throw InvalidViewerConfigException("Invalid key in messages viewer config")109 throw InvalidViewerConfigException("Invalid config - definitions missing")112 throw InvalidViewerConfigException("Viewer config version not supported by this tool," +118 ?: throw InvalidViewerConfigException(
37 class InvalidViewerConfigException(message: String) : Exception(message) regex