Class SmartContentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.cq.smartcontent.SmartContentException
All Implemented Interfaces:
Serializable

public class SmartContentException extends Exception

This class represents an exception while processing content within Smart Content Authoring.

See Also:
  • Constructor Details

    • SmartContentException

      public SmartContentException(String message)

      Creates a new SmartContentException.

      Parameters:
      message - Text describing the exception
    • SmartContentException

      public SmartContentException(String message, Throwable cause)

      Creates a new nested SmartContentException.

      Parameters:
      message - Text describing the exception
      cause - The nested Exception