Package org.openrewrite.maven
Class MavenDownloadingExceptions
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrewrite.maven.MavenDownloadingExceptions
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MavenDownloadingExceptions
append
(@Nullable MavenDownloadingExceptions current, MavenDownloadingException exception) static MavenDownloadingExceptions
append
(@Nullable MavenDownloadingExceptions current, MavenDownloadingExceptions exceptions) org.openrewrite.xml.tree.Xml.Document
warn
(org.openrewrite.xml.tree.Xml.Document document) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MavenDownloadingExceptions
public MavenDownloadingExceptions()
-
-
Method Details
-
append
public static MavenDownloadingExceptions append(@Nullable MavenDownloadingExceptions current, MavenDownloadingException exception) -
append
public static MavenDownloadingExceptions append(@Nullable MavenDownloadingExceptions current, MavenDownloadingExceptions exceptions) -
warn
public org.openrewrite.xml.tree.Xml.Document warn(org.openrewrite.xml.tree.Xml.Document document)
-