On Aug 10, 2005, at 11:31 AM, Timothy Moore wrote:
I would have thought that there would have been some protocol for bad input (e.g., raise a particular exceptionq), but my cursory examination of the spec doesn't reveal any such.
See 24.3 in the Input Editing chapter which describes the conditions SIMPLE-PARSE-ERROR and INPUT-NOT-OF-REQUIRED-TYPE.
Tim
I should mention that this section is erroneously called "Signaling Errors inside present methods." This errors are designed to be signaled inside of accept methods!
Tim