Package com.adobe.cq.smartcontent
Class SmartContentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.cq.smartcontent.SmartContentException
- All Implemented Interfaces:
Serializable
This class represents an exception while processing content within Smart Content Authoring.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSmartContentException(String message) Creates a newSmartContentException.SmartContentException(String message, Throwable cause) Creates a new nestedSmartContentException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SmartContentException
Creates a new
SmartContentException.- Parameters:
message- Text describing the exception
-
SmartContentException
Creates a new nested
SmartContentException.- Parameters:
message- Text describing the exceptioncause- The nestedException
-