NewException1.java 81 B

12345678
  1. package exceptions;
  2. /**
  3. * First Exception.
  4. */
  5. public class NewException1 {
  6. }