Class DesignImportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.cq.wcm.designimporter.DesignImportException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MalformedArchiveException, MissingCanvasException, MissingHTMLException, UnsupportedTagContentException

public class DesignImportException extends Exception
The base exception class to represent exceptions that occur during the design import process. Specific exceptions branch from this base class.
See Also:
  • Constructor Details

    • DesignImportException

      public DesignImportException()
    • DesignImportException

      public DesignImportException(String message)
    • DesignImportException

      public DesignImportException(Throwable cause)
    • DesignImportException

      public DesignImportException(String message, Throwable cause)