org.codehaus.plexus.summit.view
Class ViewNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.summit.exception.SummitException
              extended by org.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

Constructor Summary
ViewNotFoundException(java.lang.String message)
           
ViewNotFoundException(java.lang.String message, java.lang.Throwable throwable)
           
 
Method Summary
 
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 -


Copyright © 2001-2006 Codehaus. All Rights Reserved.