Package com.poscoict.glueframework.dao
Class GlueBadSqlGrammarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.poscoict.glueframework.GlueException
com.poscoict.glueframework.dao.GlueDaoException
com.poscoict.glueframework.dao.GlueBadSqlGrammarException
- All Implemented Interfaces:
Serializable
SQL 문법 오류로 인해서 발생하는 Exception 클래스.
보통 에러의 근본 원인이 되는 SQLException을 포함한다.
보통 에러의 근본 원인이 되는 SQLException을 포함한다.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription생성자(constructor).GlueBadSqlGrammarException
(String msg, Throwable cause) 생성자(constructor). -
Method Summary
Methods inherited from class com.poscoict.glueframework.dao.GlueDaoException
getErrorCode, getSql, setErrorCode, setSql
Methods inherited from class com.poscoict.glueframework.GlueException
getRootCause, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
GlueBadSqlGrammarException
생성자(constructor).- Parameters:
msg
- 에러 메시지
-
GlueBadSqlGrammarException
생성자(constructor).- Parameters:
msg
- 에러 메시지cause
- 원인이 되는 Exception
-