|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| VelocityGenerationSystemException.java | - | 0% | 0% | 0% |
|
||||||||||||||
| 1 | package com.agical.rdoc.velocity; | |
| 2 | ||
| 3 | import com.agical.rmock.core.exception.RMockSystemException; | |
| 4 | ||
| 5 | public class VelocityGenerationSystemException extends RMockSystemException { | |
| 6 | ||
| 7 | /** | |
| 8 | * | |
| 9 | */ | |
| 10 | private static final long serialVersionUID = 1L; | |
| 11 | ||
| 12 | 0 | public VelocityGenerationSystemException(Throwable arg0) { |
| 13 | 0 | super(arg0); |
| 14 | // TODO Auto-generated constructor stub | |
| 15 | } | |
| 16 | ||
| 17 | } |
|
||||||||||