public class SmartContentException
extends java.lang.Exception
This class represents an exception while processing content within Smart Content Authoring.
Constructor and Description |
---|
SmartContentException(java.lang.String message)
Creates a new
SmartContentException . |
SmartContentException(java.lang.String message,
java.lang.Throwable cause)
Creates a new nested
SmartContentException . |
public SmartContentException(java.lang.String message)
Creates a new SmartContentException
.
message
- Text describing the exceptionpublic SmartContentException(java.lang.String message, java.lang.Throwable cause)
Creates a new nested SmartContentException
.
message
- Text describing the exceptioncause
- The nested Exception
Copyright © 2010 - 2020 Adobe. All Rights Reserved