Skip to content

Commit

Permalink
Update message of exception of missing mapping between fragment class…
Browse files Browse the repository at this point in the history
… and location string
  • Loading branch information
kejunxia committed Jan 26, 2016
1 parent a04ff88 commit 403b5ca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -535,7 +535,7 @@ private void performForwardNav(final NavigationManager.Event2C.OnLocationForward

Class<? extends MvcFragment> fragmentClass = activity.mapNavigationFragment(event.getCurrentValue().getLocationId());
if (fragmentClass == null) {
throw new RuntimeException("Must provide the class type of fragment for location: "
throw new RuntimeException("Cannot find fragment class mapped in MvcActivity.mapNavigationFragment(location) for location: "
+ event.getCurrentValue().getLocationId());
} else {
FragmentTransaction transaction = fm.beginTransaction();
Expand Down

0 comments on commit 403b5ca

Please sign in to comment.