ThesaHelp: references a-b
Topic: knowledge as interrelated facts
Topic: database consistency and reliability
Topic: data as a named set of data objects
Topic: objects as a set of attributes
Topic: database entities
Topic: classification
Topic: type inheritance as reuse
Topic: object-defined exception handling
Topic: exceptions and undesired events
Group: data type
Group: exception handling
Topic: units
Topic: exception handling by recovery block or rescue clause
Topic: database agents
| |
Reference
Borgida, A.,
"Exceptions in object-oriented languages",
SIGPLAN, 21, 10, pp. 107-119, October 1986.
Google
Quotations
107 ;;Quote: an information system depends on accurate, consistent data; constraints defined as part of the databases schema
| 108 ;;Quote: in conceptual modeling, all information as objects which are related by attributes
| 108 ;;Quote: information objects have an identity independent of their structure or attributes
| 108 ;;Quote: similar objects grouped by classes which prescribe common attributes and constraints
| 108 ;;Quote: object classes organized in a hierarchy with inheritance of constraints
| 110 ;;Quote: a database schema needs a consistent definition of all terms; does not exist, so use exceptions
| 110 ;;Quote: have exceptional facts which deviate from the schema's constraints
| 110 ;;Quote: have exceptional subclasses which contradict portions of their superclass definition
| 111 ;;Quote: allowing exceptional instances can destroy type-safeness; e.g., using Canadian dollars instead of U.S. ones
| 113 ;;Quote: handle exceptional subclasses and instances by exception handling triggered by the exceptional data
| 114 ;;Quote: an exception handler defines interpreted extensions to handle variants and exceptional data
|
Related Topics
ThesaHelp: references a-b (396 items)
Topic: knowledge as interrelated facts (23 items)
Topic: database consistency and reliability (15 items)
Topic: data as a named set of data objects (22 items)
Topic: objects as a set of attributes (39 items)
Topic: database entities (12 items)
Topic: classification (64 items)
Topic: type inheritance as reuse (27 items)
Topic: object-defined exception handling (10 items)
Topic: exceptions and undesired events (29 items)
Group: data type (34 topics, 723 quotes)
Group: exception handling (12 topics, 305 quotes)
Topic: units (23 items)
Topic: exception handling by recovery block or rescue clause (22 items)
Topic: database agents (10 items)
|