Forge - Convert API 2.0.0.Alpha3

org.jboss.forge.convert.exception
Class ConversionException

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

public class ConversionException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ConversionException()
           
ConversionException(String message)
           
ConversionException(String message, Throwable e)
           
ConversionException(Throwable e)
           
 
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

ConversionException

public ConversionException()

ConversionException

public ConversionException(String message,
                           Throwable e)

ConversionException

public ConversionException(String message)

ConversionException

public ConversionException(Throwable e)

Forge - Convert API 2.0.0.Alpha3

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