cookxml.core.exception
Class NoCreatorException

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

public class NoCreatorException
extends CreatorException

This exception is generated when DecodeEngine couldn't find a creator in the tag library for the given tag.

In 2.0 this class is a child class of CookXmlException. After some considerations, it may be more appropriate to move it under CreatorException.

Since:
CookXml 2.0
See Also:
DecodeEngine, Serialized Form

Field Summary
 String tag
           
 
Fields inherited from class cookxml.core.exception.CreatorException
creator, element, parentNS, parentObject, parentTag
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
NoCreatorException(DecodeEngine decodeEngine, String tag, String parentNS, String parentTag, Element elm, Object parentObj)
           
 
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

tag

public final String tag
Constructor Detail

NoCreatorException

public NoCreatorException(DecodeEngine decodeEngine,
                          String tag,
                          String parentNS,
                          String parentTag,
                          Element elm,
                          Object parentObj)
Method Detail

toString

public String toString()
Overrides:
toString in class CreatorException