Uses of Interface
org.openscience.cdk.io.IChemObjectReaderErrorHandler
Packages that use IChemObjectReaderErrorHandler
-
Uses of IChemObjectReaderErrorHandler in org.openscience.cdk.io
Classes in org.openscience.cdk.io that implement IChemObjectReaderErrorHandlerModifier and TypeClassDescriptionclassDefault implementation of theIChemObjectReaderErrorHandlerinterface.Fields in org.openscience.cdk.io declared as IChemObjectReaderErrorHandlerModifier and TypeFieldDescriptionprotected IChemObjectReaderErrorHandlerDefaultChemObjectReader.errorHandlerMethods in org.openscience.cdk.io with parameters of type IChemObjectReaderErrorHandlerModifier and TypeMethodDescriptionvoidDefaultChemObjectReader.setErrorHandler(IChemObjectReaderErrorHandler handler) Sets an error handler that is sent events when file format issues occur.voidIChemObjectReader.setErrorHandler(IChemObjectReaderErrorHandler handler) Sets an error handler that is sent events when file format issues occur. -
Uses of IChemObjectReaderErrorHandler in org.openscience.cdk.io.iterator
Fields in org.openscience.cdk.io.iterator declared as IChemObjectReaderErrorHandlerModifier and TypeFieldDescriptionprotected IChemObjectReaderErrorHandlerDefaultIteratingChemObjectReader.errorHandlerMethods in org.openscience.cdk.io.iterator with parameters of type IChemObjectReaderErrorHandlerModifier and TypeMethodDescriptionvoidDefaultIteratingChemObjectReader.setErrorHandler(IChemObjectReaderErrorHandler handler) Sets an error handler that is sent events when file format issues occur.