So there I was doing a code review on a colleagues code, and ended up breaking it (SURPRISE, SURPRISE!). As I was debugging it, I discovered that the issue was actually my fault. I had accidentally created some corrupt data files that it was trying to read. My colleague's code actually handled the exception decently, so that was good. Seeing as this was a web services application that was storing its data in XML files (don't ask how we came to that decision), I decided rather than restart my local weblogic, I would just get rid of the bad files and make the call again.
As I waited for windows to lie to me about how long it was going to take to delete the files, my screen suddenly changed. I got the following:
