TOutput
- - output type.public abstract class SectionParser<TOutput> extends ConfigurationParser<TOutput>
Constructor and Description |
---|
SectionParser() |
Modifier and Type | Method and Description |
---|---|
Debugger |
getDebugger()
Retrieves the current debugger.
|
boolean |
isCollectExceptions()
Retrieves whether or not to push exceptions from individual parse lines,
and print it to the assigned debugger instead of throwing them at once.
|
void |
setDebugger(Debugger debugger)
Sets the debugger that will handle parse exceptions along the way.
|
parse
protected Debugger debugger
public boolean isCollectExceptions()
public Debugger getDebugger()
public void setDebugger(Debugger debugger)
debugger
- - new debugger to attach.