Fantom

 

const class

compiler::CompilerErr

sys::Obj
  sys::Err
    compiler::CompilerErr

CompilerErr - instances should always be created via CompilerStep.err().

Slots

colSource

const Int? col

fileSource

const Str? file

isErrSource

Bool isErr()

isWarnSource

Bool isWarn()

levelSource

const LogLevel level

lineSource

const Int? line

locSource

Loc loc()

makeSource

new make(Str msg, Loc? loc, Err? cause := null, LogLevel level := LogLevel.err)