2013-05-24 22:45:12 +03:00
|
|
|
=========
|
2013-07-14 14:03:04 +03:00
|
|
|
|
|
|
|
## Spring Exceptions Example Project
|
|
|
|
|
|
|
|
This project is used to replicate Spring Exceptions only.
|
|
|
|
|
|
|
|
|
|
|
|
### Relevant articles:
|
2013-05-27 12:25:46 +03:00
|
|
|
- [Spring BeanCreationException](http://www.baeldung.com/spring-beancreationexception)
|
|
|
|
- [Spring DataIntegrityViolationException](http://www.baeldung.com/spring-dataIntegrityviolationexception)
|
|
|
|
- [Spring BeanDefinitionStoreException](http://www.baeldung.com/spring-beandefinitionstoreexception)
|
2013-07-14 14:21:30 +03:00
|
|
|
- [Spring NoSuchBeanDefinitionException](http://www.baeldung.com/spring-nosuchbeandefinitionexception)
|