newException1.java 84 B

12345678910
  1. package exceptions;
  2. /**
  3. * First Exception
  4. *
  5. */
  6. public class newException1 {
  7. }