Class YamlConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.mrtesz.teszcore.exceptions.TeszCoreException
io.github.mrtesz.teszcore.exceptions.YamlConfigException
- All Implemented Interfaces:
Copyable<TeszCoreException>,Serializable
Exception thrown in YamlConfig context
- See Also:
-
Field Summary
Fields inherited from class io.github.mrtesz.teszcore.exceptions.TeszCoreException
cause, message -
Constructor Summary
ConstructorsConstructorDescriptionYamlConfigException(@Nullable String message) YamlConfigException(@Nullable String message, @Nullable IOException ioEx) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
YamlConfigException
public YamlConfigException(@Nullable @Nullable String message, @Nullable @Nullable IOException ioEx) -
YamlConfigException
-
-
Method Details
-
copy
Description copied from interface:CopyableCopy the executing class- Returns:
- a copy of the class executed in
-