Severity | 2 |
---|---|
Enabled | yes |
Waivable | |
Configuration |
Not allowed exceptions: |
Rationale | Application shall define exception handling strategy and own exception classes to throw, |
Violation |
public int getFirstByte(final String fName)throws Exception |
Fix |
public int getFirstByte(final String fName)throws HammurapiTestCasesException |