Class SmartContentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SmartContentException
    extends java.lang.Exception

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

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SmartContentException​(java.lang.String message)
      Creates a new SmartContentException.
      SmartContentException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new nested SmartContentException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SmartContentException

        public SmartContentException​(java.lang.String message)

        Creates a new SmartContentException.

        Parameters:
        message - Text describing the exception
      • SmartContentException

        public SmartContentException​(java.lang.String message,
                                     java.lang.Throwable cause)

        Creates a new nested SmartContentException.

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