try {
} catch (JsonShapeshifterException e) {
}
JsonShapeshifterExceptionHandler exceptionHandler = new JsonShapeshifterExceptionHandler() {
@Override
public void handleException(JsonShapeshifterException e) {
}
};
JsonShapeshifter.setExceptionHandler(exceptionHandler);
JsonShapeshifter.setDebugMode(true);