Class YamlPrinterException

All Implemented Interfaces:
Serializable

public class YamlPrinterException extends RuntimeException
Exception thrown when pretty printing a value as YAML fails.
See Also:
  • Constructor Details

    • YamlPrinterException

      public YamlPrinterException(Object value, com.fasterxml.jackson.core.JacksonException cause)
      Creates a new YamlPrinterException with the given cause.
      Parameters:
      value - the value that failed to be pretty printed
      cause - the cause of the failure