Interface PublicException

All Superinterfaces:
CustomStatusCodeException
All Known Implementing Classes:
FormAlreadySubmittedException, FormTooOldException, PublicExceptionDefault, PublicExceptionNoLog

public interface PublicException extends CustomStatusCodeException
An interface to be implemented by exceptions to indicate that their "message" can be displayed to the end user.
  • Method Details

    • isLogTheException

      boolean isLogTheException()
      Should the exception be logged?