Package io.jenkins.plugins.casc
Class UnknownConfiguratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jenkins.plugins.casc.ConfiguratorException
io.jenkins.plugins.casc.UnknownConfiguratorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownConfiguratorException
(List<String> configuratorNames, String errorMessage) -
Method Summary
Methods inherited from class io.jenkins.plugins.casc.ConfiguratorException
getConfigurator, getInvalidAttribute, getMessage, getValidAttributes
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownConfiguratorException
-
-
Method Details
-
getErrorMessage
- Overrides:
getErrorMessage
in classConfiguratorException
-
getConfiguratorNames
-