OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalCommandLineArgumentException
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/commandline/
Command.java
29
class
IllegalCommandLineArgumentException
extends Exception {
30
public
IllegalCommandLineArgumentException
(String message) {
40
* Call when 'command --help' is called or when {@link
IllegalCommandLineArgumentException
} is
46
ListenableFuture<String> run(Arguments args) throws
IllegalCommandLineArgumentException
;
Arguments.java
20
import com.android.dialer.commandline.Command.
IllegalCommandLineArgumentException
;
52
* Return the positional at {@code position}. Throw {@link
IllegalCommandLineArgumentException
} if
56
throws
IllegalCommandLineArgumentException
{
58
throw new
IllegalCommandLineArgumentException
(name + " expected");
64
throws
IllegalCommandLineArgumentException
{
74
throw new
IllegalCommandLineArgumentException
("boolean value expected for " + flag);
79
throws
IllegalCommandLineArgumentException
{
87
throws
IllegalCommandLineArgumentException
{
92
throws
IllegalCommandLineArgumentException
{
101
throws
IllegalCommandLineArgumentException
{
[
all
...]
CommandLineReceiver.java
25
import com.android.dialer.commandline.Command.
IllegalCommandLineArgumentException
;
83
if (throwable instanceof
IllegalCommandLineArgumentException
) {
90
} catch (
IllegalCommandLineArgumentException
e) {
/packages/apps/Dialer/java/com/android/dialer/commandline/impl/
Echo.java
48
public ListenableFuture<String> run(Arguments args) throws
IllegalCommandLineArgumentException
{
Help.java
56
public ListenableFuture<String> run(Arguments args) throws
IllegalCommandLineArgumentException
{
81
private static String runOrThrow(Command command) throws
IllegalCommandLineArgumentException
{
Version.java
54
public ListenableFuture<String> run(Arguments args) throws
IllegalCommandLineArgumentException
{
Blocking.java
57
public ListenableFuture<String> run(Arguments args) throws
IllegalCommandLineArgumentException
{
Completed in 92 milliseconds