Skip to content

Commit

Permalink
Merge pull request #318 from cdk/runtimeException
Browse files Browse the repository at this point in the history
This is one we should clearly state in the upgrade notes, I think... people have have grown used to it.
  • Loading branch information
egonw committed May 7, 2017
2 parents 5c43a9f + 26d6038 commit a5fe4b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@
* @cdk.module core
* @cdk.githash
*/
public class CDKException extends Exception {
public class CDKException extends RuntimeException {

private static final long serialVersionUID = 8371328769230823678L;

Expand Down

0 comments on commit a5fe4b4

Please sign in to comment.