Package org.spincast.core.exceptions
Interface PublicException
- All Superinterfaces:
CustomStatusCodeException
- All Known Implementing Classes:
FormAlreadySubmittedException
,FormTooOldException
,PublicExceptionDefault
,PublicExceptionNoLog
An interface to be implemented by exceptions to indicate that
their "message" can be displayed to the end user.
-
Method Summary
Methods inherited from interface org.spincast.core.exceptions.CustomStatusCodeException
getStatusCode
-
Method Details
-
isLogTheException
boolean isLogTheException()Should the exception be logged?
-