org.enhydra.barracuda.core.comp
Class RenderException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DOMAccessException, InvalidDirectiveException, InvalidNodeException, InvalidViewException, NoSuitableRendererException, UnsupportedFormatException

public class RenderException
extends NestableException

This exception indicates the specified format is not supported.

See Also:
Serialized Form

Constructor Summary
RenderException()
          The noargs public contructor for RenderException
RenderException(String s)
          The public contructor for RenderException
RenderException(String s, Exception ibaseException)
          The public contructor for RenderException
 
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

RenderException

public RenderException()
The noargs public contructor for RenderException


RenderException

public RenderException(String s)
The public contructor for RenderException

Parameters:
s - a String describing the exception

RenderException

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

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


Copyright © 2003 BarracudaMVC.org All Rights Reserved.