else {
throw new IllegalStateException("Classes don't match!");
}
}
else {
throw new PrevaylerConfigurationException("Object with no configured prevalent class!");
}
}
catch (IllegalAccessException actual) {
throw new IllegalStateException("Cannot access id value!", actual);
}