Package top.focess.util.yaml
Class YamlSaveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.util.yaml.YamlSaveException
-
- All Implemented Interfaces:
Serializable
public class YamlSaveException extends RuntimeException
Thrown to indicate that fail to save yaml file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YamlSaveException(IOException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
YamlSaveException
public YamlSaveException(IOException e)
-
-