public class ProcrastiMain { public static void main (String[ ] args) { throw new ProcrastiManiaException(); } // method main } // class ProcrastiMain class ProcrastiManiaException extends RuntimeException { public ProcrastiManiaException() { System.out.println ("Start projects early!"); } // default constructor } // class ProcrastiManiaException