Package org.approvej.yaml.jackson
Class YamlPrinterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.approvej.yaml.jackson.YamlPrinterException
- All Implemented Interfaces:
Serializable
Exception thrown when pretty printing a value as YAML fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionYamlPrinterException
(Object value, com.fasterxml.jackson.core.JacksonException cause) Creates a newYamlPrinterException
with the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
YamlPrinterException
Creates a newYamlPrinterException
with the given cause.- Parameters:
value
- the value that failed to be pretty printedcause
- the cause of the failure
-