Class SqlFileNotFoundException

All Implemented Interfaces:
Serializable

public class SqlFileNotFoundException extends JdbcException
Thrown to indicate that the SQL file is not found.
See Also:
  • Field Details

    • path

      protected final String path
      the SQL file path
  • Constructor Details

    • SqlFileNotFoundException

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

    • getPath

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