|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| TargetException.java | - | 0% | 0% | 0% |
|
||||||||||||||
| 1 | package com.agical.rdoc.core.target; | |
| 2 | ||
| 3 | import com.agical.rmock.core.exception.RMockSystemException; | |
| 4 | ||
| 5 | /** | |
| 6 | * @author brolund | |
| 7 | * | |
| 8 | * (c) 2005 Agical AB | |
| 9 | */ | |
| 10 | public class TargetException extends RMockSystemException { | |
| 11 | private static final long serialVersionUID = 1L; | |
| 12 | ||
| 13 | 0 | public TargetException(String string) { |
| 14 | 0 | super( string ); |
| 15 | } | |
| 16 | ||
| 17 | } |
|
||||||||||