Class ScriptFileNotFoundException

All Implemented Interfaces:
Serializable

public class ScriptFileNotFoundException extends JdbcException
Thrown to indicate that a script file is not found.
See Also:
  • Field Details

    • path

      protected final String path
      the script file path
  • Constructor Details

    • ScriptFileNotFoundException

      public ScriptFileNotFoundException(String path)
      Creates an instance.
      Parameters:
      path - the script file path
  • Method Details

    • getPath

      public String getPath()
      Returns the script file path.
      Returns:
      the script file path