java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.doma.DomaException
org.seasar.doma.jdbc.JdbcException
org.seasar.doma.jdbc.SqlFileNotFoundException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the SQL file is not found.
- See Also:
-
Field Summary
FieldsFields inherited from class org.seasar.doma.DomaException
args, messageResource -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.seasar.doma.jdbc.JdbcException
choiceSqlMethods inherited from class org.seasar.doma.DomaException
getArgs, getMessageResourceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
path
the SQL file path
-
-
Constructor Details
-
SqlFileNotFoundException
Creates an instance.- Parameters:
path- the SQL file path
-
-
Method Details
-
getPath
Returns the SQL file path.- Returns:
- the SQL file path
-