Package guru.mikelue.jdut.yaml
Class LoadingYamlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- guru.mikelue.jdut.yaml.LoadingYamlException
-
- All Implemented Interfaces:
Serializable
public class LoadingYamlException extends RuntimeException
Represents the exception while loading YAML to conductor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoadingYamlException(String format, Object... args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-