apollo
Class PageHandlerNotRegisteredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--apollo.ApolloException
                    |
                    +--apollo.PageHandlerException
                          |
                          +--apollo.PageHandlerNotRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class PageHandlerNotRegisteredException
extends PageHandlerException

This exception is thrown when a request is made for a PageHandler and it has not been registered

See Also:
Serialized Form

Methods inherited from class apollo.ApolloException
getExceptionMsg, setExceptionMsg
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait