Class MissingHTMLException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingHTMLException
    extends DesignImportException
    Exception to indicate the missing index.html entry in the design package.

    The design package must contain an index.html at archive root(This rule is configurable via OSGi configuration. Please refer to the CanvasPageBuilder OSGi components). In case the required HTML document is not found, this exception is raised.

    See Also:
    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

      • MissingHTMLException

        public MissingHTMLException()
      • MissingHTMLException

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

        public MissingHTMLException​(java.lang.Throwable cause)
      • MissingHTMLException

        public MissingHTMLException​(java.lang.String message,
                                    java.lang.Throwable cause)