Package io.jenkins.plugins.casc
Class UnknownAttributesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jenkins.plugins.casc.ConfiguratorException
io.jenkins.plugins.casc.UnknownAttributesException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownAttributesException
(Configurator configurator, String simpleMessage, String message, String invalidAttribute, List<String> validAttributes) -
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
-
UnknownAttributesException
-
-
Method Details
-
getErrorMessage
- Overrides:
getErrorMessage
in classConfiguratorException
-