Class YamlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mjeanroy.dbunit.exception.AbstractParserException
-
- com.github.mjeanroy.dbunit.exception.YamlException
-
- All Implemented Interfaces:
Serializable
public class YamlException extends AbstractParserException
Wrap external YAML parsing exception. This exception should provide a unique way to handler YAML exception, whatever the internal mapper library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YamlException(Exception e)
WrapException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-