Summary: [Language Reference] 'RuntimeException' misses references
Product: REALbasic
ProductVersion: 4.5fc4
Component: Documentation
Severity: Incorrect Functionality
CC: realbasic-dr at lists dot realsoftware dot com
Reproduce:
Reproducible: Always
OSVersion: 9.1
CPUType: PowerPC
SubmittedOn:
REALbugsVersion: 1.4.1
Description:
In the Language Reference available inside RB via the Help menu, the entry for
'Runtime Exception' contains references to most RuntimeException sub-classes.
BUT it:
-- Completely misses (!) a reference to the entry for the new
InvalidParentException. Please fix this, if someone is writing his/her custom
exception handler he/she may need to be aware of all exception types.
-- Also, some sub-class references are not linked (i.e., the name is black, not
blue and underlined, and if you click on it RB doesn't take you to the related
entry), namely: KeyNotFoundException, OutOfMemoryException,
RBScriptAlreadyRunningException, ShellNotRunningException,
UnsupportedFormatException.
Best,
Roman
WorkaroundNotes:
Workaround: 0
|