Stacks Scanner Exception
class StacksScannerException(message: String, failedScanner: AbstractStacksScanner) : StacksException
An Stacks scanner exception
Author
Richard Arriaga
Parameters
message
The error message indicating why the StacksScanner failed.
failed Scanner
The AbstractStacksScanner that failed, positioned to the failure point.
Constructors
Link copied to clipboard
Construct a new StacksScannerException.
Properties
Link copied to clipboard
The line number at which the StacksScanner failed.
Link copied to clipboard
The file position at which the StacksScanner failed.
Link copied to clipboard
The name of the module that the failure occurred.
Link copied to clipboard