Forge - Convert API 2.0.0.Alpha3

org.jboss.forge.convert.exception
Class ConverterNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.forge.convert.exception.ConversionException
                  extended by org.jboss.forge.convert.exception.ConverterNotFoundException
All Implemented Interfaces:
Serializable

public class ConverterNotFoundException
extends ConversionException

Thrown when a converter is not found in the registry

Author:
George Gastaldi
See Also:
Serialized Form

Constructor Summary
ConverterNotFoundException(Class<?> source, Class<?> target)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConverterNotFoundException

public ConverterNotFoundException(Class<?> source,
                                  Class<?> target)

Forge - Convert API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.