Class WebSiteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.frankmuenster.mahoe.web.WebSiteException
All Implemented Interfaces:
Serializable

public class WebSiteException extends Exception
Spezielle Fehlerklasse für Webseitenfehler
Author:
Frank Münster
See Also:
  • Constructor Details

    • WebSiteException

      public WebSiteException(String message, Throwable cause)
      Konstruktor mit Informationstext und Fehlertyp.
      Parameters:
      message - der Informationstext
      cause - der Grund
    • WebSiteException

      public WebSiteException(String message, WebSiteExceptionTypes type)
      Konstruktor mit Informationstext und Fehlertyp.
      Parameters:
      message - der Informationstext
      type - der Fehlertyp
    • WebSiteException

      public WebSiteException(String message, WebSiteExceptionTypes type, Throwable cause)
      Konstruktor mit Informationstext und Fehlertyp.
      Parameters:
      message - der Informationstext
      type - der Fehlertyp
      cause - der Grund
  • Method Details

    • getType

      public WebSiteExceptionTypes getType()
      Liefert den Fehlertyp der Exception
      Returns:
      den Webseiten-Fehlertyp