|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.poscoict.glueframework.GlueException
com.poscoict.glueframework.dao.GlueDaoException
public class GlueDaoException
Data Access Object(DAO) 관련 Exception이 발생했을 때 쓰로우 된다.
Constructor Summary | |
---|---|
GlueDaoException(String msg)
생성자(constructor). |
|
GlueDaoException(String msg,
Throwable cause)
생성자(constructor). |
Method Summary | |
---|---|
int |
getErrorCode()
Database Error Code를 얻는다. |
String |
getSql()
SQL Query Statement를 얻는다. |
void |
setErrorCode(int errorCode)
Database Error Code를 설정한다. |
void |
setSql(String sql)
SQL Query Statement를 설정한다. |
Methods inherited from class com.poscoict.glueframework.GlueException |
---|
getRootCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlueDaoException(String msg)
msg
- public GlueDaoException(String msg, Throwable cause)
msg
- cause
- Method Detail |
---|
public int getErrorCode()
public void setErrorCode(int errorCode)
errorCode
- Error Codepublic String getSql()
public void setSql(String sql)
sql
- SQL Query Statement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |