org.cubeengine.converter
Class ConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cubeengine.converter.ConversionException
All Implemented Interfaces:
Serializable

public class ConversionException
extends Exception

This Exception is thrown when a conversion was not successful

See Also:
Serialized Form

Method Summary
static ConversionException of(Object converter, Object toConvert, String message)
           
static ConversionException of(Object converter, Object toConvert, String message, Throwable cause)
           
 
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
 

Method Detail

of

public static ConversionException of(Object converter,
                                     Object toConvert,
                                     String message,
                                     Throwable cause)

of

public static ConversionException of(Object converter,
                                     Object toConvert,
                                     String message)


Copyright © 2013–2017. All rights reserved.