Class SmartContentException

  • All Implemented Interfaces:
    Serializable

    public class SmartContentException
    extends Exception

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

    See Also:
    Serialized Form
    • Constructor Detail

      • 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