Package de.frankmuenster.mahoe.web
Class WebSiteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.frankmuenster.mahoe.web.WebSiteException
-
- All Implemented Interfaces:
java.io.Serializable
public class WebSiteException extends java.lang.Exception
Spezielle Fehlerklasse für Webseitenfehler- Author:
- Frank Münster
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebSiteException(java.lang.String message, WebSiteExceptionTypes type)
Konstruktor mit Informationstext und Fehlertyp.WebSiteException(java.lang.String message, WebSiteExceptionTypes type, java.lang.Throwable cause)
Konstruktor mit Informationstext und Fehlertyp.WebSiteException(java.lang.String message, java.lang.Throwable cause)
Konstruktor mit Informationstext und Fehlertyp.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSiteExceptionTypes
getType()
Liefert den Fehlertyp der Exception
-
-
-
Constructor Detail
-
WebSiteException
public WebSiteException(java.lang.String message, java.lang.Throwable cause)
Konstruktor mit Informationstext und Fehlertyp.- Parameters:
message
- der Informationstextcause
- der Grund
-
WebSiteException
public WebSiteException(java.lang.String message, WebSiteExceptionTypes type)
Konstruktor mit Informationstext und Fehlertyp.- Parameters:
message
- der Informationstexttype
- der Fehlertyp
-
WebSiteException
public WebSiteException(java.lang.String message, WebSiteExceptionTypes type, java.lang.Throwable cause)
Konstruktor mit Informationstext und Fehlertyp.- Parameters:
message
- der Informationstexttype
- der Fehlertypcause
- der Grund
-
-
Method Detail
-
getType
public WebSiteExceptionTypes getType()
Liefert den Fehlertyp der Exception- Returns:
- den Webseiten-Fehlertyp
-
-