Class TypeNotAvailableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TypeNotAvailableException
    extends java.lang.Exception
    Indicates that the required type of data source is not available.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TypeNotAvailableException checkCompatible​(java.lang.Object o, java.lang.Class<?> c, java.lang.String info)
      Return a suitable TypeNotAvailableException if o cannot be converted to
      • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TypeNotAvailableException

        public TypeNotAvailableException​(java.lang.String reason)
      • TypeNotAvailableException

        public TypeNotAvailableException​(java.lang.String reason,
                                         java.lang.Throwable cause)
    • Method Detail

      • checkCompatible

        public static TypeNotAvailableException checkCompatible​(java.lang.Object o,
                                                                java.lang.Class<?> c,
                                                                java.lang.String info)
        Return a suitable TypeNotAvailableException if o cannot be converted to