Start of new exception system

This commit is contained in:
Nathan Adams
2014-10-02 12:58:18 +02:00
parent 29f99e8710
commit 8c5338a6bd
21 changed files with 274 additions and 60 deletions
+1
View File
@@ -27,6 +27,7 @@ repositories {
dependencies {
compile 'com.google.code.findbugs:jsr305:2.0.1'
compile 'com.google.guava:guava:17.0'
compile 'org.apache.commons:commons-lang3:3.3.2'
testCompile 'junit:junit-dep:4.10'
testCompile 'org.hamcrest:hamcrest-library:1.2.1'
testCompile 'org.mockito:mockito-core:1.8.5'