Interface IConfigProblemCatcher.IProblem
- Enclosing interface:
- IConfigProblemCatcher
public static interface IConfigProblemCatcher.IProblem
Problem.
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh
-
Method Summary
-
Method Details
-
getDate
Date getDate()- Returns:
- date of occurence (not
null
)
-
getLocation
ILocation getLocation()- Returns:
- location or
null
-
getSeverity
IConfigProblemCatcher.Severity getSeverity()- Returns:
- severity (not
null
)
-
getMessage
String getMessage()- Returns:
- problem description or
null
-
getThrowable
Throwable getThrowable()- Returns:
- associated exception or
null
-