[GitHub] flink pull request #3368: [FLINK-5854] [core] Add base Flink Exception class...

2017-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3368 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #3368: [FLINK-5854] [core] Add base Flink Exception class...

2017-02-22 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3368#discussion_r102431100 --- Diff: flink-core/src/main/java/org/apache/flink/util/DynamicCodeLoadingException.java --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #3368: [FLINK-5854] [core] Add base Flink Exception class...

2017-02-22 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3368#discussion_r102430926 --- Diff: flink-core/src/main/java/org/apache/flink/util/DynamicCodeLoadingException.java --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #3368: [FLINK-5854] [core] Add base Flink Exception class...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3368#discussion_r102072659 --- Diff: flink-core/src/main/java/org/apache/flink/util/FlinkRuntimeException.java --- @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software

[GitHub] flink pull request #3368: [FLINK-5854] [core] Add base Flink Exception class...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3368#discussion_r102072425 --- Diff: flink-core/src/main/java/org/apache/flink/util/DynamicCodeLoadingException.java --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #3368: [FLINK-5854] [core] Add base Flink Exception class...

2017-02-20 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/3368#discussion_r102071979 --- Diff: flink-core/src/main/java/org/apache/flink/util/DynamicCodeLoadingException.java --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request #3368: [FLINK-5854] [core] Add base Flink Exception class...

2017-02-20 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/3368 [FLINK-5854] [core] Add base Flink Exception classes This pull request adds two exception base classes: `FlinkException` and `FlinkRuntimeException`. They are useful in improving the way