|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||