Add Constructor wizard
- Last Updated: February 19, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This wizard appears when you select .
The following controls are available:
| Access modifier | Specifies the access mode that applies to the constructor:
Note: The
Package-Protected and Package-Private modifiers are only
available if the class is inside a package. |
| Insert catch block | If checked, adds a CATCH block to the generated method stub to support structured error handling. |
| Insert finally block | If checked, adds a FINALLY block to the generated method stub to support structured error handling. |
| Insertion position | Determines where the constructor code is inserted in the source file. |