Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/commands/
DCommandFailedException.java24 public class CommandFailedException extends RuntimeException { class
29 public CommandFailedException(List<String> args, List<String> outputLines) { in CommandFailedException() method in CommandFailedException
DCommand.java140 throw new CommandFailedException(args, outputLines); in gatherOutput()