Class InitializationError

    • Constructor Detail

      • InitializationError

        public InitializationError​(List<Throwable> errors)
        Construct a new InitializationError with one or more errors errors as causes
      • InitializationError

        public InitializationError​(Throwable error)
      • InitializationError

        public InitializationError​(String string)
        Construct a new InitializationError with one cause with message string
    • Method Detail

      • getCauses

        public List<Throwable> getCauses()
        Returns one or more Throwables that led to this initialization error.