]> git.llucax.com Git - software/druntime.git/commit
* Reclassified most runtime-generated errors as Errors rather than Exceptions. This...
authorsean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Fri, 31 Oct 2008 23:13:27 +0000 (23:13 +0000)
committersean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Fri, 31 Oct 2008 23:13:27 +0000 (23:13 +0000)
commit7111330e603a3b9ced01040d8b6d0afe7d0daff8
tree397f835fb624d5a0a9ee619c162f3bc162d2aeff
parentc906744943c8975e030bc532f7cb32df8015d466
* Reclassified most runtime-generated errors as Errors rather than Exceptions.  This involved both a parent reasignment and a name change.  At this point, the only remaining Exception is UnicodeException.
* Renamed ArrayBoundsException to RangeError in an attempt to be more general.
* Renamed onArrayBoundsError callback to onRangeError to make handling of these conditions more general as well.  Ideally, this will allow the same callback to be used for other purposes in the future.

git-svn-id: http://svn.dsource.org/projects/druntime/trunk@42 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f
src/common/core/exception.d
src/compiler/dmd/dmain2.d