Class ExceptionHelper


  • public class ExceptionHelper
    extends Object
    Convenience class to handle formatting error messages and returning links to user support.
    Author:
    Becky Tauber
    • Constructor Detail

      • ExceptionHelper

        public ExceptionHelper()
    • Method Detail

      • handleException

        public static void handleException​(Exception exception)
        Prints the exception details as errors, including help URL (if the exception message contains a valid exception ID). Expects the exception message to be formatted as: "{ID} :: {message}". If message is not formatted, will just log the message.
        Parameters:
        exception - the exception