cookxml.core.exception
Class NoHandlerException

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

public class NoHandlerException
extends CookXmlException

Since:
CookXml 2.0
See Also:
Serialized Form

Field Summary
 String attribute
           
 Object object
           
 String tag
           
 Object value
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
NoHandlerException(DecodeEngine decodeEngine, String ns, String tag, String attr, Object obj, Object value)
           
 
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

attribute

public final String attribute

object

public final Object object

value

public final Object value
Constructor Detail

NoHandlerException

public NoHandlerException(DecodeEngine decodeEngine,
                          String ns,
                          String tag,
                          String attr,
                          Object obj,
                          Object value)
Method Detail

toString

public String toString()