Commit Graph

16 Commits

Author SHA1 Message Date
Haroon Khan
18bcb72f85 [JAVA-12620] Split core-java-exceptions module 2022-06-14 21:56:25 +01:00
etrandafir93
637cf9ddc4 BAEL-5026: Sneaky Throws - refactoring and fixes (#12334)
* BAEL-5026: refactored code examples

* BAEL-5026: fixed test
2022-06-09 14:07:56 -07:00
mikr
767d6a1cb8 JAVA-618 Move code for 3 articles from core-java-exceptions to core-java-exceptions-2 2020-05-08 23:12:36 +02:00
mikr
ecb9abf3de Java-618 Fix build failure 2020-04-29 10:13:58 +02:00
mikr
cfcea97288 Java-618 Restore RootCauseFinder code (move classes to core-java-modules) 2020-04-28 23:37:45 +02:00
mikr
1937c60c6c JAVA-618 Restore code for Global Exception Handler 2020-04-28 22:12:00 +02:00
amit2103
05d0730b34 [BAEL-16045] - Moved code to core-java-exceptions 2019-10-27 20:45:01 +05:30
Catalin Burcea
6cb034c1d8 Move articles out of core-java-lang part 1 (#7908) 2019-10-02 22:02:53 -06:00
Sjmillington
88a20dc6a2 moved some classes back to core-java-8 2019-09-08 14:35:08 +01:00
Sjmillington
3e155818d5 [BAEL-13505] Move articles out of core-java part 1 2019-09-05 17:44:52 +01:00
Gang
2796491d84 Add @Test annotation 2019-08-25 11:13:21 -06:00
Gang
0630b2dffc BAEL-3146 Source code for article: Checked and Unchecked Exceptions in Java 2019-08-20 22:53:05 -06:00
Marcos Lopez Gonzalez
5ddae76ae1 code moved from core-java to core-java-exceptions 2019-06-20 19:46:17 +02:00
binary-joe
ce68ce1c65 BAEL-2516 catching errors in catch blocks (#7075)
* BAEL-2516 catching errors in catch block

* BAEL-2516 catching errors in catch block; classes moved
2019-06-03 06:42:11 +02:00
Abhishek Malik
ef9f687f68 rename variable and move underscore to front to simulate minus (#7010) 2019-05-23 22:18:32 -05:00
abhijoyful
01492d1674 JIRA - BAEL-2773 (The Java NumberFormatException) (#6909)
* adding a generic core-java-exceptions module for number format excpetion and other java exceptions in future

* Update core-java-modules/core-java-exceptions/pom.xml

Co-Authored-By: abhijoyful <abhijoyful@gmail.com>

* add core-java-exceptions module in core-java-module pom

* replace tab with whitespaces

* cleanup code (refactor junit class name per convention, format code, remove blank javadoc)

* rename unit test class per convention to fix build failure
2019-05-10 07:43:18 -05:00