error_handler#
Provides a module for customized error handling.
Exceptions:
Raised when a Docker container launch is not supported. |
|
Raised when the IP address and port are invalid. |
|
Raised when the password is invalid. |
|
Raised when the IP address and port are not specified. |
|
|
Raised when a CX launch error occurs. |
Raised when a valid keyword argument is not specified. |
- exception ansys.cfx.core.launcher.error_handler.DockerContainerLaunchNotSupported#
Bases:
SystemErrorRaised when a Docker container launch is not supported.
Methods:
__init__()- __init__()#
- exception ansys.cfx.core.launcher.error_handler.InvalidIpPort#
Bases:
ValueErrorRaised when the IP address and port are invalid.
Methods:
__init__()Initialize InvalidIpPort.
- __init__()#
Initialize InvalidIpPort.
- exception ansys.cfx.core.launcher.error_handler.InvalidPassword#
Bases:
ValueErrorRaised when the password is invalid.
Methods:
__init__()- __init__()#
- exception ansys.cfx.core.launcher.error_handler.IpPortNotProvided#
Bases:
ValueErrorRaised when the IP address and port are not specified.
Methods:
__init__()- __init__()#