Avail Compiler Exception
An AvailCompilerException is thrown by the Avail compiler when compilation fails for any reason.
Author
Todd L Smith
Parameters
module Name
The fully-qualified name of the module undergoing compilation.
position
The position within the module undergoing compilation at which the error was detected.
end Of Error Line
The position within the module's source of the line break following the error. Useful for displaying the error in context.
error Text
The text of the error message, intended for display at the encapsulated position.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
The position within the module undergoing compilation of the first line break after the position at which the error was detected.
Link copied to clipboard
The fully-qualified name of the module undergoing compilation.
Link copied to clipboard
The position within the module undergoing compilation at which the error was detected.