Class HomePageUtil


  • public class HomePageUtil
    extends Object
    Class declaration
    Version:
    %I%, %G%
    Author:
    • Constructor Detail

      • HomePageUtil

        public HomePageUtil()
    • Method Detail

      • getMessageToDisplay

        public static String getMessageToDisplay​(Throwable exception,
                                                 String language)
        Method declaration
        Parameters:
        exception -
        language -
        Returns:
      • getMessagesToDisplay

        public static String getMessagesToDisplay​(Throwable exception,
                                                  String language)
        Method declaration
        Parameters:
        exception -
        language -
        Returns:
      • getMessageFromException

        public static String getMessageFromException​(Throwable toDisplayException,
                                                     String language)
        Method declaration
        Parameters:
        toDisplayException -
        language -
        Returns:
      • getExceptionToDisplay

        public static Throwable getExceptionToDisplay​(Throwable exception)
        Method declaration
        Parameters:
        exception -
        Returns:
      • traceException

        public static void traceException​(Throwable exception)
        Trace the exception
        Parameters:
        exception -