Changeset 1096

Show
Ignore:
Timestamp:
29/10/08 03:44:41 (2 months ago)
Author:
silver
Message:

Use nested exceptions ktnxbye.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/uk/co/uwcs/choob/modules/Modules.java

    r1094 r1096  
    9898                catch (final ChoobException e) 
    9999                { 
    100                         throw new RuntimeException("Could not instantiate modules: " + e); 
     100                        throw new RuntimeException("Unable to construct all required modules", e); 
    101101                } 
    102102        }