Package top.focess.qq.api.exceptions
Class YamlLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.qq.api.exceptions.YamlLoadException
-
- All Implemented Interfaces:
Serializable
public class YamlLoadException extends RuntimeException
Thrown to indicate there is any exception thrown in the yaml loading process- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YamlLoadException(Exception e)Constructs a YamlLoadException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
YamlLoadException
public YamlLoadException(Exception e)
Constructs a YamlLoadException- Parameters:
e- the exception
-
-