cookxml.core.exception
Class NoConstructorException

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
                      extended by cookxml.core.exception.NoConstructorException
All Implemented Interfaces:
Serializable

public class NoConstructorException
extends SetupException

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

Field Summary
 Class targetClass
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
NoConstructorException(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

targetClass

public final Class targetClass
Constructor Detail

NoConstructorException

public NoConstructorException(Class tagClass)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable