| Package | Description |
|---|---|
| org.openscience.cdk.exception | |
| org.openscience.cdk.io | |
| org.openscience.cdk.io.setting |
| Modifier and Type | Class and Description |
|---|---|
class |
Intractable
Indicates a computation did not complete within some predefined bound.
|
class |
InvalidSmilesException
Exception thrown when an error is occurred during SMILES parsing.
|
class |
NoSuchAtomTypeException
Exception that may be thrown when an atom type is looked up or perceived
but no such atom type was found.
|
class |
UnsupportedChemObjectException |
| Modifier and Type | Method and Description |
|---|---|
void |
IChemObjectReader.handleError(String message)
Redirects an error message to the
IChemObjectReaderErrorHandler. |
void |
IChemObjectReader.handleError(String message,
Exception exception)
Redirects an error message to the
IChemObjectReaderErrorHandler. |
void |
IChemObjectReader.handleError(String message,
int row,
int colStart,
int colEnd)
Redirects an error message to the
IChemObjectReaderErrorHandler. |
void |
IChemObjectReader.handleError(String message,
int row,
int colStart,
int colEnd,
Exception exception)
Redirects an error message to the
IChemObjectReaderErrorHandler. |
<T extends IChemObject> |
ISimpleChemObjectReader.read(T object)
Reads an IChemObject of type "object" from input.
|
void |
IChemObjectReader.setReader(InputStream reader)
Sets the InputStream from which this ChemObjectReader should read
the contents.
|
void |
IChemObjectReader.setReader(Reader reader)
Sets the Reader from which this ChemObjectReader should read
the contents.
|
void |
IChemObjectWriter.setWriter(OutputStream writer)
Sets the OutputStream from which this ChemObjectWriter should write
the contents.
|
void |
IChemObjectWriter.setWriter(Writer writer)
Sets the Writer from which this ChemObjectWriter should write
the contents.
|
void |
IChemObjectWriter.write(IChemObject object)
Writes the content of "object" to output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IOSetting.setSetting(String setting)
Sets the setting for a certain question.
|
Copyright © 2017. All rights reserved.