Class StructuredExceptionLister
java.lang.Object
org.easypeelsecurity.springdog.manager.errortracing.StructuredExceptionLister
This class is responsible for listing and categorizing exception classes in a structured manner.
It scans for exception classes in both Java standard libraries and the application's base package.
-
Constructor Summary
ConstructorsConstructorDescriptionStructuredExceptionLister(org.springframework.context.ApplicationContext applicationContext, org.springframework.core.env.Environment environment, org.easypeelsecurity.springdog.domain.errortracing.model.ExceptionListingService exceptionListingService) Constructs a new StructuredExceptionLister. -
Method Summary
Modifier and TypeMethodDescriptionvoidLists all exception classes found in the classpath, including both Java standard exceptions and application-specific exceptions.
-
Constructor Details
-
StructuredExceptionLister
public StructuredExceptionLister(org.springframework.context.ApplicationContext applicationContext, org.springframework.core.env.Environment environment, org.easypeelsecurity.springdog.domain.errortracing.model.ExceptionListingService exceptionListingService) Constructs a new StructuredExceptionLister.- Parameters:
applicationContext- the Spring application contextenvironment- the Spring environment
-
-
Method Details
-
listExceptions
@PostConstruct public void listExceptions()Lists all exception classes found in the classpath, including both Java standard exceptions and application-specific exceptions.
-