cookxml.core.exception
Class NoDefaultConstructorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycookxml.core.exception.CookXmlException
                  extended bycookxml.core.exception.NoDefaultConstructorException
All Implemented Interfaces:
Serializable

public class NoDefaultConstructorException
extends CookXmlException

This exception is used by DefaultCreator to indicate that a particular class does not have a default constructor.

Since:
CookXml 2.0
See Also:
DefaultCreator, Serialized Form

Field Summary
 Class tagClass
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
NoDefaultConstructorException(Class tagClass)
           
 
Method Summary
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tagClass

public final Class tagClass
Constructor Detail

NoDefaultConstructorException

public NoDefaultConstructorException(Class tagClass)
Method Detail

toString

public String toString()