org.codehaus.plexus.summit.view
Class ViewNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.summit.exception.SummitException
              extended byorg.codehaus.plexus.summit.view.ViewNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ViewNotFoundException
extends SummitException

Exception thrown when the requested View, or a default View

Version:
$Id: ViewNotFoundException.java 2083 2005-06-05 03:01:09Z jvanzyl $
Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ViewNotFoundException(java.lang.String message)
           
ViewNotFoundException(java.lang.String message, java.lang.Throwable throwable)
           
 
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 message)
Parameters:
message -

ViewNotFoundException

public ViewNotFoundException(java.lang.String message,
                             java.lang.Throwable throwable)
Parameters:
message -
throwable -