Class TomlParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrewrite.toml.TomlParsingException
All Implemented Interfaces:
Serializable

public class TomlParsingException extends Exception
See Also:
  • Constructor Details

    • TomlParsingException

      public TomlParsingException(Path sourcePath, String message, Throwable t)
  • Method Details

    • getSourcePath

      public Path getSourcePath()