org.enhydra.barracuda.core.comp
Class InvalidDirectiveException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.barracuda.core.util.exceptions.NestableException
                    |
                    +--org.enhydra.barracuda.core.comp.RenderException
                          |
                          +--org.enhydra.barracuda.core.comp.InvalidDirectiveException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDirectiveException
extends RenderException

This exception indicates the specified format is not supported.

See Also:
Serialized Form

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

InvalidDirectiveException

public InvalidDirectiveException()
The noargs public contructor for InvalidDirectiveException


InvalidDirectiveException

public InvalidDirectiveException(java.lang.String s)
The public contructor for InvalidDirectiveException

Parameters:
s - a String describing the exception

InvalidDirectiveException

public InvalidDirectiveException(java.lang.String s,
                                 java.lang.Exception ibaseException)
The public contructor for InvalidDirectiveException

Parameters:
s - a String describing the exception


Copyright © 2001 Enhydra.org