cookxml.core.exception
Class SetupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cookxml.core.exception.CookXmlException
                  extended by cookxml.core.exception.SetupException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoConstructorException, NoDefaultConstructorException, NoFactoryFunctionException

public class SetupException
extends CookXmlException

This exception is used to represent all types of exceptions related to setting up the tag library.

Since:
CookXml 3.1
Version:
$Id: SetupException.java 215 2007-06-06 03:59:41Z coconut $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
SetupException()
           
SetupException(cookxml.core.CookXml cookXml)
           
SetupException(cookxml.core.CookXml cookXml, cookxml.core.DecodeEngine decodeEngine)
           
SetupException(cookxml.core.CookXml cookXml, cookxml.core.DecodeEngine decodeEngine, String msg, Throwable cause)
           
SetupException(cookxml.core.DecodeEngine decodeEngine)
           
SetupException(String msg)
           
SetupException(String msg, Throwable cause)
           
SetupException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class cookxml.core.exception.CookXmlException
getProperty, setProperty
 
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

SetupException

public SetupException()

SetupException

public SetupException(String msg)

SetupException

public SetupException(Throwable cause)

SetupException

public SetupException(String msg,
                      Throwable cause)

SetupException

public SetupException(cookxml.core.CookXml cookXml)

SetupException

public SetupException(cookxml.core.DecodeEngine decodeEngine)

SetupException

public SetupException(cookxml.core.CookXml cookXml,
                      cookxml.core.DecodeEngine decodeEngine)

SetupException

public SetupException(cookxml.core.CookXml cookXml,
                      cookxml.core.DecodeEngine decodeEngine,
                      String msg,
                      Throwable cause)