Searched refs:InvalidCommandException (Results 1 – 4 of 4) sorted by relevance
45 @Test(expected = InvalidCommandException::class)50 @Test(expected = InvalidCommandException::class)74 @Test(expected = InvalidCommandException::class)85 @Test(expected = InvalidCommandException::class)95 @Test(expected = InvalidCommandException::class)105 @Test(expected = InvalidCommandException::class)115 @Test(expected = InvalidCommandException::class)125 @Test(expected = InvalidCommandException::class)136 @Test(expected = InvalidCommandException::class)147 @Test(expected = InvalidCommandException::class)[all …]
60 throw InvalidCommandException("Invalid class name $name")67 throw InvalidCommandException("Param $paramName required")74 throw InvalidCommandException("Unsupported param $paramName")102 throw InvalidCommandException("No java source input files")114 throw InvalidCommandException("No log input file")117 throw InvalidCommandException("Only one log input file allowed")136 throw InvalidCommandException("No command specified.")140 throw InvalidCommandException("Unknown command.")150 throw InvalidCommandException("No value for ${args[idx]}")156 throw InvalidCommandException("No value for ${args[idx]}")[all …]
41 class InvalidCommandException(message: String) : Exception(message) regex
207 } catch (ex: InvalidCommandException) {