Package com.day.cq.wcm.designimporter
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
The base exception class to represent exceptions that occur during the
design import process. Specific exceptions branch from this base class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDesignImportException
(String message) DesignImportException
(String message, Throwable cause) DesignImportException
(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
-
DesignImportException
public DesignImportException() -
DesignImportException
-
DesignImportException
-
DesignImportException
-