Interface IErrorHandler
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/xml/sax/ErrorHandler.html
public interface IErrorHandler
Methods
Error(JVMBridgeException)
void Error(JVMBridgeException arg0)
Parameters
Exceptions
FatalError(JVMBridgeException)
void FatalError(JVMBridgeException arg0)
Parameters
Exceptions
Warning(JVMBridgeException)
void Warning(JVMBridgeException arg0)