Javier_Fernandez

ExcepcionNumeroGrande

Mar 30th, 2020
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. package Entregable.exception;
  2.  
  3. /**
  4.  *
  5.  * @author javier
  6.  */
  7. public class TooHighNumberException extends Exception{
  8.     public TooHighNumberException() {
  9.     }
  10.    
  11. }
Advertisement
Add Comment
Please, Sign In to add comment