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 
8  """
9  App specification is invalid.
10  """
11  pass
12 
14  """
15  Resource is not installed.
16  """
17  pass
18 
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.NotFoundException
Definition: exceptions.py:13
app_manager.exceptions.InternalAppException
Definition: exceptions.py:25
app_manager.exceptions.InvalidAppException
Definition: exceptions.py:7
app_manager.exceptions.AppException
Definition: exceptions.py:1
app_manager.exceptions.LaunchException
Definition: exceptions.py:19


app_manager
Author(s): Jeremy Leibs, Ken Conley, Yuki Furuta
autogenerated on Fri Oct 14 2022 02:14:26