Try OpenEdge Now
Object-oriented Programming
Programming with Class-based Objects
:
Raising and handling error conditions
:
Raising errors within a property
:
GET accessors raising ERROR
GET accessors raising ERROR
A
GET
accessor runs when the property appears in an expression or is passed as an
INPUT
parameter. You can therefore handle any
ERROR
that it raises similar to an
ERROR
raised from an expression.