Class NoPluginFoundForPrefixException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoPluginFoundForPrefixException
    extends java.lang.Exception
    NoPluginFoundForPrefixException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoPluginFoundForPrefixException​(java.lang.String prefix, java.util.List<java.lang.String> pluginGroups, org.eclipse.aether.repository.LocalRepository localRepository, java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String format​(org.eclipse.aether.repository.LocalRepository localRepository, java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories)  
      • 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

      • NoPluginFoundForPrefixException

        public NoPluginFoundForPrefixException​(java.lang.String prefix,
                                               java.util.List<java.lang.String> pluginGroups,
                                               org.eclipse.aether.repository.LocalRepository localRepository,
                                               java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories)
    • Method Detail

      • format

        private static java.lang.String format​(org.eclipse.aether.repository.LocalRepository localRepository,
                                               java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories)