java.lang.Object |
↳ |
com.microstrategy.utils.xml.SimpleErrorHandler |
Class Overview
This is a very simple XML-ErrorHandler. It just logs all errors found.
Summary
Public Constructors |
|
SimpleErrorHandler(String fileName)
Default constructor, takes the name of the file being parsed to report it in the log.
|
Public Methods |
void
|
error(SAXParseException e)
|
void
|
fatalError(SAXParseException e)
|
void
|
warning(SAXParseException e)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
org.xml.sax.ErrorHandler
abstract
void
|
error(SAXParseException arg0)
|
abstract
void
|
fatalError(SAXParseException arg0)
|
abstract
void
|
warning(SAXParseException arg0)
|
|
Public Constructors
public
SimpleErrorHandler
(String fileName)
Default constructor, takes the name of the file being parsed to report it in the log.
Public Methods
public
void
error
(SAXParseException e)
public
void
fatalError
(SAXParseException e)
public
void
warning
(SAXParseException e)