org.bibeault.frontman
Class ViewNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by org.bibeault.frontman.ViewNotFoundException
All Implemented Interfaces:
java.io.Serializable

public final class ViewNotFoundException
extends javax.servlet.ServletException

An extension of ServletException that is thrown by the Command Broker in the event that an invalid view name is referenced.

See Also:
Serialized Form

Constructor Summary
ViewNotFoundException(java.lang.String viewName)
           
ViewNotFoundException(java.lang.String viewName, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewNotFoundException

public ViewNotFoundException(java.lang.String viewName,
                             java.lang.Exception e)

ViewNotFoundException

public ViewNotFoundException(java.lang.String viewName)