Package com.adobe.cq.dam.cfm
Class ContentFragmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.cq.dam.cfm.ContentFragmentException
- All Implemented Interfaces:
Serializable
This class represents a generic exception in handling content fragments.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new content fragment exception.ContentFragmentException(String msg, Throwable cause) Creates a new nested content fragment exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContentFragmentException
Create a new content fragment exception.- Parameters:
msg- A message describing the exception
-
ContentFragmentException
Creates a new nested content fragment exception.- Parameters:
msg- A message describing the exceptioncause- The cause of the exception
-