|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| PasswordMismatchException.java | - | 100% | 100% | 100% |
|
||||||||||||||
| 1 | package org.wiztools.wizcrypt; | |
| 2 | ||
| 3 | public class PasswordMismatchException extends Exception{ | |
| 4 | ||
| 5 | 1 | public PasswordMismatchException(String msg){ |
| 6 | 1 | super(msg); |
| 7 | } | |
| 8 | ||
| 9 | } |
|
||||||||||