spark_etl.exceptions
index
/mnt/DATA_DISK/projects/spark_etl/src/spark_etl/exceptions.py

 
Classes
       
builtins.Exception(builtins.BaseException)
SparkETLException
SparkETLDeploymentFailure
SparkETLGetStatusFailure
SparkETLKillFailure
SparkETLLaunchFailure

 
class SparkETLDeploymentFailure(SparkETLException)
    spark-etl failed to deploy an application
 
 
Method resolution order:
SparkETLDeploymentFailure
SparkETLException
builtins.Exception
builtins.BaseException
builtins.object

Methods defined here:
__init__(self, message, cause=None)
Initialize self.  See help(type(self)) for accurate signature.

Data descriptors inherited from SparkETLException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.Exception:
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.

Methods inherited from builtins.BaseException:
__delattr__(self, name, /)
Implement delattr(self, name).
__getattribute__(self, name, /)
Return getattr(self, name).
__reduce__(...)
helper for pickle
__repr__(self, /)
Return repr(self).
__setattr__(self, name, value, /)
Implement setattr(self, name, value).
__setstate__(...)
__str__(self, /)
Return str(self).
with_traceback(...)
Exception.with_traceback(tb) --
set self.__traceback__ to tb and return self.

Data descriptors inherited from builtins.BaseException:
__cause__
exception cause
__context__
exception context
__dict__
__suppress_context__
__traceback__
args

 
class SparkETLException(builtins.Exception)
    Base class for exception raised from spark_etl package
 
 
Method resolution order:
SparkETLException
builtins.Exception
builtins.BaseException
builtins.object

Methods defined here:
__init__(self, message, cause=None)
Initialize self.  See help(type(self)) for accurate signature.

Data descriptors defined here:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.Exception:
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.

Methods inherited from builtins.BaseException:
__delattr__(self, name, /)
Implement delattr(self, name).
__getattribute__(self, name, /)
Return getattr(self, name).
__reduce__(...)
helper for pickle
__repr__(self, /)
Return repr(self).
__setattr__(self, name, value, /)
Implement setattr(self, name, value).
__setstate__(...)
__str__(self, /)
Return str(self).
with_traceback(...)
Exception.with_traceback(tb) --
set self.__traceback__ to tb and return self.

Data descriptors inherited from builtins.BaseException:
__cause__
exception cause
__context__
exception context
__dict__
__suppress_context__
__traceback__
args

 
class SparkETLGetStatusFailure(SparkETLException)
    spark-etl failed to get status of a launched application
 
 
Method resolution order:
SparkETLGetStatusFailure
SparkETLException
builtins.Exception
builtins.BaseException
builtins.object

Methods defined here:
__init__(self, message, cause=None)
Initialize self.  See help(type(self)) for accurate signature.

Data descriptors inherited from SparkETLException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.Exception:
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.

Methods inherited from builtins.BaseException:
__delattr__(self, name, /)
Implement delattr(self, name).
__getattribute__(self, name, /)
Return getattr(self, name).
__reduce__(...)
helper for pickle
__repr__(self, /)
Return repr(self).
__setattr__(self, name, value, /)
Implement setattr(self, name, value).
__setstate__(...)
__str__(self, /)
Return str(self).
with_traceback(...)
Exception.with_traceback(tb) --
set self.__traceback__ to tb and return self.

Data descriptors inherited from builtins.BaseException:
__cause__
exception cause
__context__
exception context
__dict__
__suppress_context__
__traceback__
args

 
class SparkETLKillFailure(SparkETLException)
    spark-etl failed to kill an application run
 
 
Method resolution order:
SparkETLKillFailure
SparkETLException
builtins.Exception
builtins.BaseException
builtins.object

Methods defined here:
__init__(self, message, cause=None)
Initialize self.  See help(type(self)) for accurate signature.

Data descriptors inherited from SparkETLException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.Exception:
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.

Methods inherited from builtins.BaseException:
__delattr__(self, name, /)
Implement delattr(self, name).
__getattribute__(self, name, /)
Return getattr(self, name).
__reduce__(...)
helper for pickle
__repr__(self, /)
Return repr(self).
__setattr__(self, name, value, /)
Implement setattr(self, name, value).
__setstate__(...)
__str__(self, /)
Return str(self).
with_traceback(...)
Exception.with_traceback(tb) --
set self.__traceback__ to tb and return self.

Data descriptors inherited from builtins.BaseException:
__cause__
exception cause
__context__
exception context
__dict__
__suppress_context__
__traceback__
args

 
class SparkETLLaunchFailure(SparkETLException)
    spark-etl failed to launch an application
 
 
Method resolution order:
SparkETLLaunchFailure
SparkETLException
builtins.Exception
builtins.BaseException
builtins.object

Methods defined here:
__init__(self, message, cause=None)
Initialize self.  See help(type(self)) for accurate signature.

Data descriptors inherited from SparkETLException:
__weakref__
list of weak references to the object (if defined)

Methods inherited from builtins.Exception:
__new__(*args, **kwargs) from builtins.type
Create and return a new object.  See help(type) for accurate signature.

Methods inherited from builtins.BaseException:
__delattr__(self, name, /)
Implement delattr(self, name).
__getattribute__(self, name, /)
Return getattr(self, name).
__reduce__(...)
helper for pickle
__repr__(self, /)
Return repr(self).
__setattr__(self, name, value, /)
Implement setattr(self, name, value).
__setstate__(...)
__str__(self, /)
Return str(self).
with_traceback(...)
Exception.with_traceback(tb) --
set self.__traceback__ to tb and return self.

Data descriptors inherited from builtins.BaseException:
__cause__
exception cause
__context__
exception context
__dict__
__suppress_context__
__traceback__
args