Skip to content

Commit

Permalink
Report which writer does not support those IChemObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Feb 13, 2011
1 parent 3cd4cd4 commit 81a075e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -667,7 +667,8 @@ public void customize( IAtomContainer molecule,
} else {
throw new BioclipseException(
"Writer does not support writing of " +
"IAtomContainer, IMoleculeSet, and IChemModel."
"IAtomContainer, IMoleculeSet, and IChemModel: "+
chemWriter.getClass().getName()
);
}
} else if (model instanceof IChemModel) {
Expand Down

0 comments on commit 81a075e

Please sign in to comment.