cookxml.core.exception
Class ConverterException

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

public class ConverterException
extends CookXmlException

This exception can be generated only when a converter is called to convert a string to a target object type.

Since:
CookXml 2.0
See Also:
Converter, Serialized Form

Field Summary
 Converter converter
           
 String value
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
ConverterException(DecodeEngine decodeEngine, Throwable cause, Converter converter, String 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

converter

public final Converter converter

value

public final String value
Constructor Detail

ConverterException

public ConverterException(DecodeEngine decodeEngine,
                          Throwable cause,
                          Converter converter,
                          String value)
Method Detail

toString

public String toString()