Removed unnecessary private exception class.

This commit is contained in:
dev
2011-07-14 07:29:51 +00:00
parent c33b6c1188
commit 255e67f016

View File

@ -253,11 +253,4 @@ public class Settings extends RegisteredFrame{
return SAVE_OK;
}
/**
* Used to signify that a setting was not accepted.
* @author hottuna
*
*/
private class BadSettingsException extends Exception{ }
}