Package com.aispect.common.exception
Class AiScanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aispect.common.exception.AiSpectException
com.aispect.common.exception.AiScanException
- All Implemented Interfaces:
Serializable
Thrown when one or more configuration errors are found during the scanning phase.
Depend on AiComponentScanner exist
Throws uniformly after completing full scan to support delay (deferred)Exception reporting: that is, the scanner collects as much as possible
all errors instead of breaking immediately on the first error.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AiScanException
-
-
Method Details
-
getErrors
Returns a detailed list of all scan errors (immutable).
-