JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.xml
Class JCXMLErrorPrinter

java.lang.Object
  |
  +--com.klg.jclass.util.xml.JCXMLErrorPrinter
All Implemented Interfaces:
ErrorHandler, Serializable

public class JCXMLErrorPrinter
extends Object
implements ErrorHandler, Serializable

An output mechanism for XML parsing-related errors.

See Also:
Serialized Form

Constructor Summary
JCXMLErrorPrinter()
           
 
Method Summary
 void error(SAXParseException e)
           
 void fatalError(SAXParseException e)
           
 void warning(SAXParseException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCXMLErrorPrinter

public JCXMLErrorPrinter()
Method Detail

error

public void error(SAXParseException e)
Specified by:
error in interface ErrorHandler

warning

public void warning(SAXParseException e)
Specified by:
warning in interface ErrorHandler

fatalError

public void fatalError(SAXParseException e)
Specified by:
fatalError in interface ErrorHandler

Copyright © 2004 Quest Software Inc..
All rights reserved.