Oleg Atamanenko

thoughts about programming

Life fee

Found in sources:

try {
    // do some business logic.
} catch (Exception e) {
    errorBean.addError("System exception. Unable to locate life fee.");
}

This is just awesome!