Main method for demonstration.
Rainbow.someMethod();
System.out.println("------------------");
try {
RainbowBetter.someMethod();
} catch (final UnsupportedOperationException ex) {
ex.printStackTrace(System.out);
System.out.println("Told you it would exception =)");
}