Class 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 Detail

      • YamlException

        public YamlException​(Exception e)
        Wrap Exception.
        Parameters:
        e - Original Exception.