Navigation Menu

Skip to content

Commit

Permalink
Make CDKException a RuntimeException.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed May 5, 2017
1 parent 42d7a0b commit 26d6038
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 26d6038

Please sign in to comment.