Package com.topologi.diffx.load
Class SAXRecorder.RecorderErrorHandler
java.lang.Object
com.topologi.diffx.load.SAXRecorder.RecorderErrorHandler
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- SAXRecorder
A tight error handler that will throw an exception for any error type.
ErrorHandler used only so that namepsace related errors are reported ???
(they are error type and not fatal error).
- Version:
- 17 May 2005
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
RecorderErrorHandler
private RecorderErrorHandler()
-
-
Method Details
-
error
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
warning
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-