Stacks Scanner Exception
class StacksScannerException(message: String, failedScanner: AbstractStacksScanner) : StacksException
Content copied to clipboard
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
fun StacksScannerException(message: String, failedScanner: AbstractStacksScanner)
Content copied to clipboard
Construct a new StacksScannerException.
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 line number at which the StacksScanner failed.
Link copied to clipboard
The file position at which the StacksScanner failed.