org.riotfamily.common.web.view
Class ViewResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.riotfamily.common.web.view.ViewResolutionException
All Implemented Interfaces:
Serializable

public class ViewResolutionException
extends NestedRuntimeException

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]
See Also:
Serialized Form

Constructor Summary
ViewResolutionException(String viewName)
           
ViewResolutionException(String viewName, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ViewResolutionException

public ViewResolutionException(String viewName,
                               Throwable cause)

ViewResolutionException

public ViewResolutionException(String viewName)