|
Scala Library
|
|
trait
ConsoleErrorHandler
extends org.xml.sax.helpers.DefaultHandler with AnyRef| Method Summary | |
override def
|
error (ex : org.xml.sax.SAXParseException) : Unit |
override def
|
fatalError (ex : org.xml.sax.SAXParseException) : Unit |
protected def
|
printError (errtype : java.lang.String, ex : org.xml.sax.SAXParseException) : Unit |
override def
|
warning (ex : org.xml.sax.SAXParseException) : Unit |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
override
def
warning(ex : org.xml.sax.SAXParseException) : Unit
override
def
error(ex : org.xml.sax.SAXParseException) : Unit
override
def
fatalError(ex : org.xml.sax.SAXParseException) : Unit
protected
def
printError(errtype : java.lang.String, ex : org.xml.sax.SAXParseException) : Unit
|
Scala Library
|
|