Class GetSimBrief.SimBriefException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deltava.util.ControllerException
org.deltava.dao.DAOException
org.deltava.dao.http.HTTPDAOException
org.deltava.dao.http.GetSimBrief.SimBriefException
- All Implemented Interfaces:
Serializable
- Enclosing class:
GetSimBrief
SimBrief error data encapsulation class.
- Since:
- 10.3
- Version:
- 12.4
- Author:
- Luke
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HTTPDAOException
getStatusCodeMethods inherited from class ControllerException
getForwardURL, getLogStackDump, isSuppressed, isWarning, setForwardURL, setLogStackDump, setStatusCode, setSuppressed, setWarningModifier and TypeMethodDescriptionReturns the URL that the Controller servlet should forward the request to.booleanReturns whether the handling class should log this Exception's stack trace.booleanReturns whether this exception should not be logged.booleanReturns whether this exception to be logged as a warning, not an error.voidsetForwardURL(String url) Updates the URL that the Controller servlet should forward the request to.voidsetLogStackDump(boolean doLog) Updates whether the handling class should log this Exception's stack trace.voidsetStatusCode(int code) Sets the HTTP status code to set on the error page.voidsetSuppressed(boolean isSuppress) Sets this exception to not be logged.voidsetWarning(boolean isWarn) Sets this exception to be logged as a warning, not an error.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SimBriefException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-