Guest User

Untitled

a guest
Jan 24th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /**
  2. * Description
  3. * @throws EspaiDocFault
  4. */
  5. public void doSomething() {
  6. throw new EspaiDocFault();
  7. }
  8.  
  9. /**
  10. * Description
  11. */
  12. public void doAnotherThing() {
  13. this.doSomething();
  14. }
  15.  
  16. public class EspaiDocFault extends RuntimeException {}
Add Comment
Please, Sign In to add comment