|
|||||||||||||||||||
| Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
| RDocParseSystemException.java | - | 0% | 0% | 0% |
|
||||||||||||||
| 1 | package com.agical.rdoc.core.exception; | |
| 2 | ||
| 3 | public class RDocParseSystemException extends ResourceSystemException { | |
| 4 | /** | |
| 5 | * | |
| 6 | */ | |
| 7 | private static final long serialVersionUID = 1L; | |
| 8 | ||
| 9 | 0 | public RDocParseSystemException(Throwable arg0) { |
| 10 | 0 | super(arg0); |
| 11 | } | |
| 12 | } |
|
||||||||||