Class MissingModuleException

    • Constructor Summary

      Constructors 
      Constructor Description
      MissingModuleException​(java.lang.String moduleName, java.io.File moduleFile, java.io.File pomFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getModuleFile()  
      java.lang.String getModuleName()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingModuleException

        public MissingModuleException​(java.lang.String moduleName,
                                      java.io.File moduleFile,
                                      java.io.File pomFile)
    • Method Detail

      • getModuleFile

        public java.io.File getModuleFile()
      • getModuleName

        public java.lang.String getModuleName()