Guest User

Untitled

a guest
May 21st, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package gui.exceptions;
  2.  
  3. public class InvalidDatumException extends Exception {
  4. public InvalidDatumException(String message) {
  5. super(message);
  6. }
  7. }
Add Comment
Please, Sign In to add comment