SuperSimpleGuy / dytenjin

An engine for making dynamic text-based java games.
GNU General Public License v3.0
1 stars 0 forks source link

Make Single Exception Throwing Class #9

Closed SuperSimpleGuy closed 11 years ago

SuperSimpleGuy commented 11 years ago

Whenever an exception is caught/thrown, pass it to a statically-available Exception-Throwing class, to address the ease of adding new thrown exceptions and to allow quicker debugging.

EDIT: Following classes will need changing: ParsingMap