Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class IllegalTelefonNumberException extends Exception {
  2.  
  3. public IllegalTelefonNumberException() {
  4. super();
  5.  
  6. }
  7.  
  8. public IllegalTelefonNumberException(String message) {
  9. super("Ungültiges Zeichen");
  10.  
  11. }
  12.  
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement