-
- All Implemented Interfaces:
public final class KotlinNpmResolutionManager.ResolutionState.Error extends KotlinNpmResolutionManager.ResolutionState
-
-
Field Summary
Fields Modifier and Type Field Description private final List<NpmProject>npmProjectsprivate final ThrowablewrappedException
-
Constructor Summary
Constructors Constructor Description KotlinNpmResolutionManager.ResolutionState.Error(Throwable wrappedException)
-
Method Summary
Modifier and Type Method Description List<NpmProject>getNpmProjects()final ThrowablegetWrappedException()-
-
Constructor Detail
-
KotlinNpmResolutionManager.ResolutionState.Error
KotlinNpmResolutionManager.ResolutionState.Error(Throwable wrappedException)
-
-
Method Detail
-
getNpmProjects
List<NpmProject> getNpmProjects()
-
getWrappedException
final Throwable getWrappedException()
-
-
-
-