org.jboss.errai.ui.nav.client.local.api
Class MissingPageRoleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.errai.ui.nav.client.local.api.MissingPageRoleException
- All Implemented Interfaces:
- Serializable
public class MissingPageRoleException
- extends RuntimeException
Thrown when navigation by PageRole
is attempted and no page with that
role exists.
- Author:
- Max Barkley
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingPageRoleException
public MissingPageRoleException(Class<? extends UniquePageRole> pageRole)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.