|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| ComponentMissingException.java | - | 100% | 100% | 100% |
|
||||||||||||||
| 1 |
package abbot.tester;
|
|
| 2 |
|
|
| 3 |
/** Indicates that a component required by a ComponentTester action was not
|
|
| 4 |
* found.
|
|
| 5 |
*/
|
|
| 6 |
public class ComponentMissingException extends ActionFailedException { |
|
| 7 | 2 |
public ComponentMissingException(String msg) { super(msg); } |
| 8 |
} |
|
| 9 |
|
|
||||||||||