org.barracudamvc.core.comp
Class DOMAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.barracudamvc.plankton.exceptions.NestableException
              extended by org.barracudamvc.core.comp.RenderException
                  extended by org.barracudamvc.core.comp.DOMAccessException
All Implemented Interfaces:
Serializable

public class DOMAccessException
extends RenderException

This exception indicates the specified format is not supported.

See Also:
Serialized Form

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

DOMAccessException

public DOMAccessException()
The noargs public contructor for DOMAccessException


DOMAccessException

public DOMAccessException(String s)
The public contructor for DOMAccessException

Parameters:
s - a String describing the exception

DOMAccessException

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

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


Copyright © 2006 BarracudaMVC.org All Rights Reserved.