org.smartcc.metadata
Class DescriptorErrorHandler

java.lang.Object
  |
  +--org.smartcc.metadata.DescriptorErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class DescriptorErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler


Field Summary
protected  boolean failed
           
protected  java.lang.String fileName
           
 
Constructor Summary
DescriptorErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException exception)
           
 void fatalError(org.xml.sax.SAXParseException exception)
           
 boolean getFailure()
           
 void setFileName(java.lang.String fileName)
           
 void warning(org.xml.sax.SAXParseException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

protected java.lang.String fileName

failed

protected boolean failed
Constructor Detail

DescriptorErrorHandler

public DescriptorErrorHandler()
Method Detail

setFileName

public void setFileName(java.lang.String fileName)

getFailure

public boolean getFailure()

fatalError

public void fatalError(org.xml.sax.SAXParseException exception)
Specified by:
fatalError in interface org.xml.sax.ErrorHandler

error

public void error(org.xml.sax.SAXParseException exception)
Specified by:
error in interface org.xml.sax.ErrorHandler

warning

public void warning(org.xml.sax.SAXParseException exception)
Specified by:
warning in interface org.xml.sax.ErrorHandler


Copyright © 2002 DC-TSS. All Rights Reserved.