aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/NonNullWithAlternateException.java
AgeCommit message (Collapse)Author
2021-03-05[tests] fix tests on java6/7Reinier Zwitserloot
2014-05-27Changed the lombok.nonNull.exceptionType configkey to be an enum, partly to ↵Reinier Zwitserloot
enforce only sensible exceptions and partly to make it possible to have the message be ‘x is null’ when throwing IAEs.
2014-05-23Added confkey to make @NonNull generate a different exception because of the ↵Reinier Zwitserloot
IllegalArgumentException vs. NullPointerException that we really don’t want to get into.