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
ConstructorsConstructorDescriptionUnknownAttributesException(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, getValidAttributesMethods 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:
 getErrorMessagein classConfiguratorException
 
 -