The types of the exeptions are now mapped to an enum
authorKai Moritz <kai@juplo.de>
Tue, 10 Nov 2015 10:46:25 +0000 (11:46 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 10 Nov 2015 14:51:19 +0000 (15:51 +0100)
commitf22d6b44c7ca3f63d3fa60a9c98129137325a83d
treed8ff1d141846e1fbeeeee1eb9c6dbed5545d5195
parentef69b888e68cd8a3ddd595c5030bc74d2951cae3
The types of the exeptions are now mapped to an enum

Unknown types will result in an IllegalArgumentException when accessing the
method GraphApiException.getType() of the parsed exception.
src/main/java/de/juplo/facebook/exceptions/GraphApiException.java
src/test/java/de/juplo/facebook/client/GraphApiErrorHandlerTest.java
src/test/java/de/juplo/facebook/exceptions/FacebookErrorMessageMappingTest.java