Package org.javalite.activeweb
Class WebException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.javalite.activeweb.WebException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionNotFoundException
,CompilationException
,ConfigurationException
,ControllerException
,FilterException
,RouteException
,ViewException
- Author:
- Igor Polevoy
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionWebException(String message)
WebException(String message, Throwable cause)
WebException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebException
public WebException() -
WebException
-
WebException
-
WebException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-