Guest User

Untitled

a guest
Jan 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. package exception;
  2.  
  3. public class EmptyListException {
  4. String exception;
  5.  
  6. public EmptyListException(String exception)
  7. {
  8. super();
  9. exception = this.exception;
  10. }
  11.  
  12. public String getException() {
  13. return exception;
  14. }
  15.  
  16. public void setException(String exception) {
  17. this.exception = exception;
  18. }
  19. }
Add Comment
Please, Sign In to add comment