|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.reader.xmlschema.BindingComponent
com.sun.tools.xjc.reader.xmlschema.ErrorReporter
public final class ErrorReporter
Provides error report capability to other owner components
by encapsulating user-specified ErrorHandler
and exposing utlity methods.
This class also wraps SAXException to a RuntimeException so that the exception thrown inside the error handler can abort the process.
At the end of the day, we need to know if there was any error. So it is important that all the error messages go through this object. This is done by hiding the errorHandler from the rest of the components.
Constructor Summary | |
---|---|
ErrorReporter()
|
Method Summary |
---|
Methods inherited from class com.sun.tools.xjc.reader.xmlschema.BindingComponent |
---|
getClassSelector, getErrorReporter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorReporter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |