GrammarScope  4.0.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
grammarscope.io.xml.ParseErrorLogger Class Reference
Inheritance diagram for grammarscope.io.xml.ParseErrorLogger:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.io.xml.ParseErrorLogger:
Collaboration graph
[legend]

Public Member Functions

 ParseErrorLogger ()
 
void terminate ()
 
void error (final SAXParseException e) throws SAXParseException
 
void warning (final SAXParseException e) throws SAXParseException
 
void fatalError (final SAXParseException e) throws SAXParseException
 

Private Member Functions

void log (final String level, final SAXParseException e)
 

Private Attributes

PrintWriter writer
 
OutputStream outputStream
 

Additional Inherited Members

- Protected Member Functions inherited from grammarscope.io.xml.ParseErrorHandler
 ParseErrorHandler ()
 
- Protected Attributes inherited from grammarscope.io.xml.ParseErrorHandler
int warnings
 
final int errors
 
int fatalErrors
 

Detailed Description

Parse error logger

Author
Bernard Bou

Constructor & Destructor Documentation

◆ ParseErrorLogger()

grammarscope.io.xml.ParseErrorLogger.ParseErrorLogger ( )

Constructor

Member Function Documentation

◆ error()

void grammarscope.io.xml.ParseErrorLogger.error ( final SAXParseException  e) throws SAXParseException

◆ fatalError()

void grammarscope.io.xml.ParseErrorLogger.fatalError ( final SAXParseException  e) throws SAXParseException

◆ log()

void grammarscope.io.xml.ParseErrorLogger.log ( final String  level,
final SAXParseException  e 
)
private

Log

Parameters
levellevel
eexception

◆ terminate()

void grammarscope.io.xml.ParseErrorLogger.terminate ( )

Terminate

◆ warning()

void grammarscope.io.xml.ParseErrorLogger.warning ( final SAXParseException  e) throws SAXParseException

Member Data Documentation

◆ outputStream

OutputStream grammarscope.io.xml.ParseErrorLogger.outputStream
private

Output stream

◆ writer

PrintWriter grammarscope.io.xml.ParseErrorLogger.writer
private

Printer


The documentation for this class was generated from the following file: