source:
src/test/java/agents/nastyagent/ThrowInConstructor.java
Last change on this file was 1, checked in by , 6 years ago | |
---|---|
File size: 189 bytes |
Line | |
---|---|
1 | package agents.nastyagent; |
2 | |
3 | public class ThrowInConstructor extends NastyAgent { |
4 | |
5 | public ThrowInConstructor() { |
6 | throw new RuntimeException("just throwing in constructor for fun"); |
7 | } |
8 | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.