public class UnknownDependencyException extends RuntimeException
| Constructor and Description | 
|---|
UnknownDependencyException()
Constructs a new UnknownDependencyException 
 | 
UnknownDependencyException(Collection<String> missingDependencies,
                          @NotNull String pluginName)
Create a new  
UnknownDependencyException with a message informing
 about which dependencies are missing for what plugin. | 
UnknownDependencyException(String message)
Constructs a new UnknownDependencyException with the given message 
 | 
UnknownDependencyException(Throwable throwable)
Constructs a new UnknownDependencyException based on the given
 Exception 
 | 
UnknownDependencyException(Throwable throwable,
                          String message)
Constructs a new UnknownDependencyException based on the given
 Exception 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownDependencyException(Throwable throwable)
throwable - Exception that triggered this Exceptionpublic UnknownDependencyException(String message)
message - Brief message explaining the cause of the exceptionpublic UnknownDependencyException(@NotNull Collection<String> missingDependencies, @NotNull @NotNull String pluginName)
UnknownDependencyException with a message informing
 about which dependencies are missing for what plugin.missingDependencies - missing dependenciespluginName - plugin which is missing said dependenciespublic UnknownDependencyException(Throwable throwable, String message)
message - Brief message explaining the cause of the exceptionthrowable - Exception that triggered this Exceptionpublic UnknownDependencyException()
Copyright © 2022. All rights reserved.