AnalysisException class

An exception that occurred during the analysis of one or more sources.

Implemented types
Implementers

Constructors

AnalysisException([String message = 'Exception', CaughtException? cause])
Initialize a newly created exception to have the given message and cause.

Properties

cause CaughtException?
The exception that caused this exception, or null if this exception was not caused by another exception.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The message that explains why the exception occurred.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited