Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
c
d
f
g
i
l
m
p
r
s
t
Functions
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
+
Functions
_
a
c
g
h
i
l
n
p
r
s
t
u
+
Variables
_
a
c
d
e
f
i
l
m
n
p
r
s
t
u
+
Files
File List
src
app_manager
exceptions.py
Go to the documentation of this file.
1
class
AppException
(Exception):
2
"""
3
Base exception class for App exceptions
4
"""
5
pass
6
7
class
InvalidAppException
(
AppException
):
8
"""
9
App specification is invalid.
10
"""
11
pass
12
13
class
NotFoundException
(
AppException
):
14
"""
15
Resource is not installed.
16
"""
17
pass
18
19
class
LaunchException
(
AppException
):
20
"""
21
Exception thrown related to launching an App
22
"""
23
pass
24
25
class
InternalAppException
(Exception):
26
"""
27
Base exception class for App exceptions
28
"""
29
pass
app_manager.exceptions.InternalAppException
Definition:
exceptions.py:25
app_manager.exceptions.InvalidAppException
Definition:
exceptions.py:7
app_manager.exceptions.NotFoundException
Definition:
exceptions.py:13
app_manager.exceptions.LaunchException
Definition:
exceptions.py:19
app_manager.exceptions.AppException
Definition:
exceptions.py:1
app_manager
Author(s): Jeremy Leibs, Ken Conley, Yuki Furuta
autogenerated on Thu Oct 13 2022 02:59:17