Interface CollectingError
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface CollectingError
CollectingError
is an interface that describes an error that happens while
collecting references- Since:
- 21.1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
The severity of the error -
Method Summary
Modifier and TypeMethodDescriptionThe exception related to the error if any.
-
Method Details
-
getMessage
String getMessage()- Returns:
- the message associated with this error
-
getSeverity
CollectingError.Severity getSeverity()- Returns:
- the severity of this error
-
getRelatedException
Exception getRelatedException()The exception related to the error if any.- Returns:
- the exception
-