com.poscoict.glueframework.dao
Class GlueBadSqlGrammarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.poscoict.glueframework.GlueException
                  extended by com.poscoict.glueframework.dao.GlueDaoException
                      extended by com.poscoict.glueframework.dao.GlueBadSqlGrammarException
All Implemented Interfaces:
Serializable

public class GlueBadSqlGrammarException
extends GlueDaoException

SQL 문법 오류로 인해서 발생하는 Exception 클래스.
보통 에러의 근본 원인이 되는 SQLException을 포함한다.

See Also:
Serialized Form

Constructor Summary
GlueBadSqlGrammarException(String msg)
          생성자(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
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

GlueBadSqlGrammarException

public GlueBadSqlGrammarException(String msg)
생성자(constructor).

Parameters:
msg - 에러 메시지

GlueBadSqlGrammarException

public GlueBadSqlGrammarException(String msg,
                                  Throwable cause)
생성자(constructor).

Parameters:
cause - 원인이 되는 Exception
msg - 에러 메시지


Copyright © 2013–2014 POSCO ICT SW제품기술팀. All rights reserved.