NathanWolf / BukkitPlugins

My plugins for the Bukkit Minecraft server
mine.elmakers.com
14 stars 7 forks source link

Throw Custom Exceptions #50

Open NathanWolf opened 13 years ago

NathanWolf commented 13 years ago

Persistence should be modified to throw exception on developer error, instead of logging+continuing.

Many of the things Persistence currently logs should be caught at development time as an exception.

Logs are for admins- let the devs know what's up in the debugger.