org.barracudamvc.core.comp
Class InvalidViewException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.barracudamvc.plankton.exceptions.NestableException
              extended byorg.barracudamvc.core.comp.RenderException
                  extended byorg.barracudamvc.core.comp.InvalidViewException
All Implemented Interfaces:
Serializable

public class InvalidViewException
extends RenderException

This exception indicates the specified format is not supported.

See Also:
Serialized Form

Constructor Summary
InvalidViewException()
          The noargs public contructor for InvalidViewException
InvalidViewException(String s)
          The public contructor for InvalidViewException
InvalidViewException(String s, Exception ibaseException)
          The public contructor for InvalidViewException
 
Methods inherited from class org.barracudamvc.plankton.exceptions.NestableException
getBaseException, getRootException
 
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

InvalidViewException

public InvalidViewException()
The noargs public contructor for InvalidViewException


InvalidViewException

public InvalidViewException(String s)
The public contructor for InvalidViewException

Parameters:
s - a String describing the exception

InvalidViewException

public InvalidViewException(String s,
                            Exception ibaseException)
The public contructor for InvalidViewException

Parameters:
s - a String describing the exception
ibaseException - the original exception to wrap within this exception


Copyright © 2004 BarracudaMVC.org All Rights Reserved.