Modifier and Type | Field and Description |
---|---|
DiagnosisMarkUp |
diagnosisMarkUp
The configuration info for the interactive acsii-graphic output
|
PrintWriter |
diagnosisPrinter
Where to send the stack info
|
int |
errorsUntilBreak
After how many errors to stop execution FIXME not yet supported
|
boolean |
partialDocs
Whether erronuous output documents may be produced.
|
boolean |
preserveSourceFormatting
How to copy source text into error messages.
|
int |
printContext
!=0 means we are in an interactive run mode.
|
PrintStream |
rewriteSource
Where to put a re-written input:
|
Constructor and Description |
---|
ErrorStrategy() |
public int printContext
public DiagnosisMarkUp diagnosisMarkUp
public PrintWriter diagnosisPrinter
public PrintStream rewriteSource
public int errorsUntilBreak
public boolean partialDocs
public boolean preserveSourceFormatting
see also the complete user documentation .