The following exceptions apply for all of the Python agents.
DRException
If this exception is raised it is logged in System Log and the workflow may continue processing.
Code Block |
---|
class DRException(Exception) |
DRRuntimeException
If this exception is raised it aborts the workflow.
Code Block |
---|
class DRRuntimeException(Exception) |
DRUnwindException
You should never need to catch or throw DRUnwindException
.
Code Block |
---|
class DRUnwindException(BaseException) |
Scroll ignore |
---|
scroll-viewport | false |
---|
scroll-pdf | true |
---|
scroll-office | false |
---|
scroll-chm | true |
---|
scroll-docbook | true |
---|
scroll-eclipsehelp | true |
---|
scroll-epub | true |
---|
scroll-html | false |
---|
|
Next:
|