Package de.frankmuenster.mahoe.web
Class WebSiteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.frankmuenster.mahoe.web.WebSiteException
- All Implemented Interfaces:
Serializable
Spezielle Fehlerklasse für Webseitenfehler
- Author:
- Frank Münster
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebSiteException(String message, WebSiteExceptionTypes type) Konstruktor mit Informationstext und Fehlertyp.WebSiteException(String message, WebSiteExceptionTypes type, Throwable cause) Konstruktor mit Informationstext und Fehlertyp.WebSiteException(String message, Throwable cause) Konstruktor mit Informationstext und Fehlertyp. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebSiteException
Konstruktor mit Informationstext und Fehlertyp.- Parameters:
message- der Informationstextcause- der Grund
-
WebSiteException
Konstruktor mit Informationstext und Fehlertyp.- Parameters:
message- der Informationstexttype- der Fehlertyp
-
WebSiteException
Konstruktor mit Informationstext und Fehlertyp.- Parameters:
message- der Informationstexttype- der Fehlertypcause- der Grund
-
-
Method Details
-
getType
Liefert den Fehlertyp der Exception- Returns:
- den Webseiten-Fehlertyp
-