Class MultipleExtensionsFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.devtools.commands.handlers.MultipleExtensionsFoundException
- All Implemented Interfaces:
Serializable
Thrown when multiple extensions are found for a given installation plan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultipleExtensionsFoundException(String keyword, Collection<io.quarkus.registry.catalog.Extension> extensions) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultipleExtensionsFoundException
public MultipleExtensionsFoundException(String keyword, Collection<io.quarkus.registry.catalog.Extension> extensions)
-
-
Method Details
-
getKeyword
-
getExtensions
-