jAudioFeatureExtractor.ACE.XMLParsers
クラス ParsingXMLErrorHandler

java.lang.Object
  上位を拡張 jAudioFeatureExtractor.ACE.XMLParsers.ParsingXMLErrorHandler
すべての実装されたインタフェース:
org.xml.sax.ErrorHandler

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

An implementation of the XML SAX ErrorHandler class. The methods of this class are called by an instance of an XMLReader while it is parsing an XML document.

This particular implementation simply throws unaltered exceptions of all three standard types.

作成者:
Cory McKay

コンストラクタの概要
ParsingXMLErrorHandler()
           
 
メソッドの概要
 void error(org.xml.sax.SAXParseException exception)
           
 void fatalError(org.xml.sax.SAXParseException exception)
           
 void warning(org.xml.sax.SAXParseException exception)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ParsingXMLErrorHandler

public ParsingXMLErrorHandler()
メソッドの詳細

warning

public void warning(org.xml.sax.SAXParseException exception)
             throws org.xml.sax.SAXParseException
定義:
インタフェース org.xml.sax.ErrorHandler 内の warning
例外:
org.xml.sax.SAXParseException

error

public void error(org.xml.sax.SAXParseException exception)
           throws org.xml.sax.SAXParseException
定義:
インタフェース org.xml.sax.ErrorHandler 内の error
例外:
org.xml.sax.SAXParseException

fatalError

public void fatalError(org.xml.sax.SAXParseException exception)
                throws org.xml.sax.SAXParseException
定義:
インタフェース org.xml.sax.ErrorHandler 内の fatalError
例外:
org.xml.sax.SAXParseException