Guest User

Untitled

a guest
Jul 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. package excecoes;
  2.  
  3. public class EntradaInvalidaException extends Exception{
  4.  
  5. public EntradaInvalidaException(String mensagem){
  6. super(mensagem);
  7. }
  8.  
  9.  
  10. }
Add Comment
Please, Sign In to add comment