Class ContentFragmentException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ContentFragmentException​(java.lang.String msg)
      Create a new content fragment exception.
      ContentFragmentException​(java.lang.String msg, java.lang.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
      • Methods inherited from class java.lang.Object

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

      • ContentFragmentException

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

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