Class ExtractorError
An error from an extractor.
Import path
import semmle.code.csharp.commons.DiagnosticsDirect supertypes
Indirect supertypes
Inherited fields
Inherited predicates
| getElement | Gets the element associated with this message, if any. | from ExtractorMessage |
| getElementText | Gets the textual representation of the entity that triggered this message. | from ExtractorMessage |
| getLocation | Gets the location of the element. | from ExtractorMessage |
| getOrigin | Gets the name of the extractor that produced this message, for example, | from ExtractorMessage |
| getSeverity | Gets the severity of this message. | from ExtractorMessage |
| getSeverityText | Gets a string representation of the severity of this message. | from ExtractorMessage |
| getStackTrace | Gets a string containing a stack trace of the extractor, or the empty string if none available. | from ExtractorMessage |
| getText | Gets the text of this message. | from ExtractorMessage |
| toString | Gets a textual representation of this message. | from ExtractorMessage |