MCPcopy Create free account
hub / github.com/apache/mesos / CLIException

Class CLIException

src/python/cli_new/lib/cli/exceptions.py:21–24  ·  view source on GitHub ↗

Exceptions class to handle all CLI errors.

Source from the content-addressed store, hash-verified

19"""
20
21class CLIException(Exception):
22 """
23 Exceptions class to handle all CLI errors.
24 """

Callers 15

__init__Method · 0.90
masterMethod · 0.90
pluginsMethod · 0.90
get_agent_addressFunction · 0.90
get_agentsFunction · 0.90
get_container_idFunction · 0.90
get_tasksFunction · 0.90
__init__Method · 0.90
_runMethod · 0.90
_waitMethod · 0.90

Calls

no outgoing calls

Tested by 5

test_execMethod · 0.72
test_exec_exit_statusMethod · 0.72
test_exec_interactiveMethod · 0.72
test_listMethod · 0.72
test_list_allMethod · 0.72