cookxml.core.exception
Class CreatorException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoCreatorException

public class CreatorException
extends CookXmlException

This exception can be generated only when a Creator is called to create an object for a given tag.

Since:
CookXml 2.0
See Also:
Creator, Serialized Form

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

creator

public final Creator creator

parentNS

public final String parentNS

parentTag

public final String parentTag

element

public final Element element

parentObject

public final Object parentObject
Constructor Detail

CreatorException

public CreatorException(DecodeEngine decodeEngine,
                        Throwable throwable,
                        Creator creator,
                        String parentNS,
                        String parentTag,
                        Element elm,
                        Object parentObj)
Method Detail

toString

public String toString()