Class ConvertException

  • All Implemented Interfaces:
    java.io.Serializable

    @Beta
    public final class ConvertException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConvertException​(java.lang.String message)  
      ConvertException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ConvertException convertFailure​(java.lang.Class<?> source, java.lang.Class<?> target, java.lang.Throwable cause)  
      static ConvertException noSuchConverter​(java.lang.Class<?> source, java.lang.Class<?> target)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ConvertException

        public ConvertException​(java.lang.String message)
      • ConvertException

        public ConvertException​(java.lang.String message,
                                java.lang.Throwable cause)
    • Method Detail

      • noSuchConverter

        public static ConvertException noSuchConverter​(java.lang.Class<?> source,
                                                       java.lang.Class<?> target)
      • convertFailure

        public static ConvertException convertFailure​(java.lang.Class<?> source,
                                                      java.lang.Class<?> target,
                                                      java.lang.Throwable cause)