Class InvalidAdaptableException

  • All Implemented Interfaces:
    java.io.Serializable

    @ProviderType
    public final class InvalidAdaptableException
    extends java.lang.RuntimeException
    Exception which is triggered whenever a Sling Model could not be instantiated because it could not be adapted from the given adaptable.
    See Also:
    ModelFactory, Serialized Form
    • Method Summary

      • 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

      • InvalidAdaptableException

        public InvalidAdaptableException​(java.lang.String message)