-
- All Implemented Interfaces:
-
java.io.Serializable
public final class UnsatisfiedSourceSetVisibilityException extends GradleException
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final KotlinSourceSetsourceSetprivate final Set<KotlinCompilation<?>>compilationsprivate final List<KotlinSourceSet>visibleSourceSetsprivate final Set<KotlinSourceSet>requiredButNotVisibleprivate final Throwablecause
-
Constructor Summary
Constructors Constructor Description UnsatisfiedSourceSetVisibilityException(KotlinSourceSet sourceSet, Set<KotlinCompilation<?>> compilations, List<KotlinSourceSet> visibleSourceSets, Set<KotlinSourceSet> requiredButNotVisible)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final KotlinSourceSetgetSourceSet()final Set<KotlinCompilation<?>>getCompilations()final List<KotlinSourceSet>getVisibleSourceSets()final Set<KotlinSourceSet>getRequiredButNotVisible()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
String getMessage()
-
getSourceSet
final KotlinSourceSet getSourceSet()
-
getCompilations
final Set<KotlinCompilation<?>> getCompilations()
-
getVisibleSourceSets
final List<KotlinSourceSet> getVisibleSourceSets()
-
getRequiredButNotVisible
final Set<KotlinSourceSet> getRequiredButNotVisible()
-
-
-
-