|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the standardized interface for throwables within the Carbon Component System. This interface specifically adds for the tracking of the Severity and Source of an exception in order to classify it within the logging system and the Cause or previous exception for supporting the pattern of Exception Levelization.
The Exception Levelization pattern is designe to to create a common and consistent interface for a particular service as well as complete encapsulation of the implementation of that service.
Copyright 2002 Sapient
Method Summary | |
Throwable |
getCause()
Retrieves the previous exception. |
Class |
getExceptionSource()
Retrieves the source class and method of the exception. |
SeverityEnum |
getSeverity()
Retrieves the severity of the current exception. |
Method Detail |
public Throwable getCause()
public SeverityEnum getSeverity()
public Class getExceptionSource()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |