milestonexprotectwspython.xpwexception
Module: xpwexception.py
Revision History
Date | Version | Description |
---|---|---|
2023/07/11 | 1.0.0.0 | Initial Version. |
@export
class
XPWExceptionException thrown if a non-fatal application error occurs.
XPWException( message: str, innerException: Exception = None, logsi: smartinspectpython.sisession.SISession = None)
Initializes a new class instance using specified message text.
Arguments:
- message (str): Exception message text.
- innerException (Exception): If specified, the exception that caused this exception.
Default is None. - logsi (SISession): Trace session object that this exception will be logged to, or null to bypass trace logging.
Default is None.