Class CmsEditException

All Implemented Interfaces:
Serializable

public class CmsEditException extends PresentationException
Exception to throw if an invalid state is reached when editing/creating a cms page
Author:
Florian Alpers
See Also:
  • Constructor Details

    • CmsEditException

      public CmsEditException(String string, Throwable e)

      Constructor for CmsEditException.

      Parameters:
      string - a String object.
      e - a Throwable object.
    • CmsEditException

      public CmsEditException(String string)

      Constructor for CmsEditException.

      Parameters:
      string - a String object.