|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.util.ErrorAnalysisUtility
This class analyzes an exception an returns a property key with a better explanation of an exception.
Constructor Summary | |
ErrorAnalysisUtility()
|
Method Summary | |
static java.util.HashMap |
getCalendarErrors()
Gets the calendar errors. |
static java.util.HashMap |
getContactsErrors()
Gets the contacts errors. |
static java.lang.String |
getExceptionString(java.lang.Throwable exception)
Gets the string representation of a stacktrace of an exception. |
static FeatureGroup.Feature |
getFeatureOfExceptionOrigin(java.lang.Throwable exception)
Gets the feature where the exception occurred. |
static java.lang.String |
getPropertKeyForException(java.lang.Throwable exception)
Gets the property key for an error message which may better explain the exception to the user. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorAnalysisUtility()
Method Detail |
public static java.lang.String getPropertKeyForException(java.lang.Throwable exception)
exception
- the exception to analyze
public static java.util.HashMap getCalendarErrors()
public static java.util.HashMap getContactsErrors()
public static FeatureGroup.Feature getFeatureOfExceptionOrigin(java.lang.Throwable exception) throws java.lang.NullPointerException
exception
- the exception
null
if the feature could not be determinined.
java.lang.NullPointerException
public static java.lang.String getExceptionString(java.lang.Throwable exception) throws java.lang.NullPointerException
exception
- the exception
null
if the feature could not be determinined.
java.lang.NullPointerException
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |