com.stratelia.webactiv.homepage
Class HomePageUtil

java.lang.Object
  extended by com.stratelia.webactiv.homepage.HomePageUtil

public class HomePageUtil
extends Object

Class declaration

Version:
%I%, %G%
Author:

Constructor Summary
HomePageUtil()
           
 
Method Summary
static Throwable getExceptionToDisplay(Throwable exception)
          Method declaration
static String getMessageFromException(Throwable toDisplayException, String language)
          Method declaration
static String getMessagesToDisplay(Throwable exception, String language)
          Method declaration
static String getMessageToDisplay(Throwable exception, String language)
          Method declaration
static void traceException(Throwable exception)
          Trace the exception in SilverTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomePageUtil

public HomePageUtil()
Method Detail

getMessageToDisplay

public static String getMessageToDisplay(Throwable exception,
                                         String language)
Method declaration

Parameters:
exception -
language -
Returns:
See Also:

getMessagesToDisplay

public static String getMessagesToDisplay(Throwable exception,
                                          String language)
Method declaration

Parameters:
exception -
language -
Returns:
See Also:

getMessageFromException

public static String getMessageFromException(Throwable toDisplayException,
                                             String language)
Method declaration

Parameters:
toDisplayException -
language -
Returns:
See Also:

getExceptionToDisplay

public static Throwable getExceptionToDisplay(Throwable exception)
Method declaration

Parameters:
exception -
Returns:
See Also:

traceException

public static void traceException(Throwable exception)
Trace the exception in SilverTrace

Parameters:
exception -


Copyright © 2016 Silverpeas. All Rights Reserved.