Source of Question17.java


  1: 
  2: import java.util.Scanner;
  3: 
  4: public class Question17
  5: {
  6:     public static void main(String[] args)
  7:     {
  8:                 ExerciseException e = new ExerciseException("Do Be Do");
  9:                 System.out.println(e.getMessage( ));
 10:     }
 11: }