Class ContentFragmentException

  • All Implemented Interfaces:
    Serializable

    public class ContentFragmentException
    extends Exception
    This class represents a generic exception in handling content fragments.
    See Also:
    Serialized Form
    • Constructor Detail

      • ContentFragmentException

        public ContentFragmentException​(String msg)
        Create a new content fragment exception.
        Parameters:
        msg - A message describing the exception
      • ContentFragmentException

        public ContentFragmentException​(String msg,
                                        Throwable cause)
        Creates a new nested content fragment exception.
        Parameters:
        msg - A message describing the exception
        cause - The cause of the exception