org.enhydra.barracuda.core.comp
Class NoSuitableRendererException

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

public class NoSuitableRendererException
extends RenderException

This exception indicates we were unable to locate a suitable renderer.

See Also:
Serialized Form

Constructor Summary
NoSuitableRendererException()
          The noargs public contructor for NoSuitableRendererException
NoSuitableRendererException(String s)
          The public contructor for NoSuitableRendererException
NoSuitableRendererException(String s, Exception ibaseException)
          The public contructor for NoSuitableRendererException
 
Methods inherited from class org.enhydra.barracuda.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

NoSuitableRendererException

public NoSuitableRendererException()
The noargs public contructor for NoSuitableRendererException


NoSuitableRendererException

public NoSuitableRendererException(String s)
The public contructor for NoSuitableRendererException

Parameters:
s - a String describing the exception

NoSuitableRendererException

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

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


Copyright © 2003 BarracudaMVC.org All Rights Reserved.