Package com.day.cq.wcm.designimporter
Class MissingHTMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.cq.wcm.designimporter.DesignImportException
com.day.cq.wcm.designimporter.MissingHTMLException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingHTMLException(String message) MissingHTMLException(String message, Throwable cause) MissingHTMLException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingHTMLException
public MissingHTMLException() -
MissingHTMLException
-
MissingHTMLException
-
MissingHTMLException
-