Class YMLChangelogInvalidConfigValuesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.logchange.core.format.yml.changelog.entry.YMLChangelogInvalidConfigValuesException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionYMLChangelogInvalidConfigValuesException(String path, Collection<String> errors) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoString(String path, Collection<String> invalidProperties) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
path
-
invalidProperties
-
-
Constructor Details
-
YMLChangelogInvalidConfigValuesException
-
-
Method Details
-
toString
-