public class CommandException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
CommandException.Error |
Constructor and Description |
---|
CommandException(CommandException.Error e) |
CommandException(CommandException.Error e,
String errString) |
Modifier and Type | Method and Description |
---|---|
static CommandException |
fromRilErrno(int ril_errno) |
CommandException.Error |
getCommandError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandException(CommandException.Error e)
public CommandException(CommandException.Error e, String errString)
public static CommandException fromRilErrno(int ril_errno)
public CommandException.Error getCommandError()