cookxml.core.exception
Class SetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cookxml.core.exception.CookXmlException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)