Package 

Class UnsatisfiedSourceSetVisibilityException

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      UnsatisfiedSourceSetVisibilityException(KotlinSourceSet sourceSet, Set<KotlinCompilation<?>> compilations, List<KotlinSourceSet> visibleSourceSets, Set<KotlinSourceSet> requiredButNotVisible)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getMessage()
      final KotlinSourceSet getSourceSet()
      final Set<KotlinCompilation<?>> getCompilations()
      final List<KotlinSourceSet> getVisibleSourceSets()
      final Set<KotlinSourceSet> getRequiredButNotVisible()
      Throwable getCause()
      • Methods inherited from class java.lang.Exception

        addSuppressed, fillInStackTrace, 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