class Main { void run() { System.out.println("it works!"); } int getSatisfaction() { throw new IllegalStateException("I can't get no satisfaction!"); } }