Skip to content

Commit

Permalink
Make NoSuchAtomException a RuntimeException rather than a CDKException
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed May 20, 2017
1 parent 097fdce commit ecc280d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@
* @cdk.module core
* @cdk.githash
*/
public class NoSuchAtomException extends CDKException {
public class NoSuchAtomException extends RuntimeException {

private static final long serialVersionUID = -6367051798808824272L;

Expand Down

0 comments on commit ecc280d

Please sign in to comment.