Class AiScanException

All Implemented Interfaces:
Serializable

public class AiScanException extends AiSpectException
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 Details

    • AiScanException

      public AiScanException(List<String> errors)
  • Method Details

    • getErrors

      public List<String> getErrors()
      Returns a detailed list of all scan errors (immutable).