cookxml.core.exception
Class NoDefaultConstructorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cookxml.core.exception.CookXmlException
cookxml.core.exception.SetupException
cookxml.core.exception.NoDefaultConstructorException
- All Implemented Interfaces:
- Serializable
public class NoDefaultConstructorException
- extends SetupException
This exception is used by DefaultCreator to indicate that a particular class
does not have a default constructor.
- Since:
- CookXml 2.0
- Version:
- $Id: NoDefaultConstructorException.java 215 2007-06-06 03:59:41Z coconut $
- See Also:
DefaultCreator
,
Serialized Form
tagClass
public final Class tagClass
NoDefaultConstructorException
public NoDefaultConstructorException(Class tagClass)
toString
public String toString()
- Overrides:
toString
in class Throwable