Class MultipleExtensionsFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.quarkus.devtools.commands.handlers.MultipleExtensionsFoundException
-
- All Implemented Interfaces:
Serializable
public class MultipleExtensionsFoundException extends RuntimeException
Thrown when multiple extensions are found for a given installation plan- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleExtensionsFoundException(String keyword, Collection<Extension> extensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Extension>getExtensions()StringgetKeyword()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultipleExtensionsFoundException
public MultipleExtensionsFoundException(String keyword, Collection<Extension> extensions)
-
-
Method Detail
-
getKeyword
public String getKeyword()
-
getExtensions
public Collection<Extension> getExtensions()
-
-