Class PresentationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.goobi.viewer.exceptions.PresentationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AjaxResponseException, ArchiveException, ArchiveSizeExceededException, CmsEditException, CmsElementNotFoundException, DownloadException, UploadException

public class PresentationException extends Exception implements Serializable

PresentationException class.

See Also:
  • Constructor Details

    • PresentationException

      public PresentationException(String string)

      Constructor for PresentationException.

      Parameters:
      string - String
    • PresentationException

      public PresentationException(String string, Throwable e)

      Constructor for PresentationException.

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

      public PresentationException(Throwable e, String string, Object... args)

      Constructor for PresentationException.

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

      public PresentationException(String string, Object... args)