Exceptional Failure: 404

Well, it looks like you've managed to throw an exception. Congratulations.

It seems your attempt to access this page was an unhandled Exception of Doom.

You can try re-throwing the exception or just throw a bug under the bus instead.

Or, if you're feeling hissy, you can just lose your temper and fist.

			try {
				// Code that will inevitably fail
			} catch (Exception e) {
				throw new Exception("This code is so bad, it's good");
			}