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
 
public class GlueBadSqlGrammarException
- extends GlueDaoException
 
SQL ¹®¹ý ¿À·ù·Î ÀÎÇØ¼ ¹ß»ýÇÏ´Â Exception Ŭ·¡½º. 
 º¸Åë ¿¡·¯ÀÇ ±Ùº» ¿øÀÎÀÌ µÇ´Â SQLExceptionÀ» Æ÷ÇÔÇÑ´Ù.
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
GlueBadSqlGrammarException
public GlueBadSqlGrammarException(String msg)
- »ý¼ºÀÚ(constructor).
- Parameters:
 msg - ¿¡·¯ ¸Þ½ÃÁö
 
GlueBadSqlGrammarException
public GlueBadSqlGrammarException(String msg,
                                  Throwable cause)
- »ý¼ºÀÚ(constructor).
- Parameters:
 cause - ¿øÀÎÀÌ µÇ´Â Exceptionmsg - ¿¡·¯ ¸Þ½ÃÁö
 
Copyright © 2013–2016 POSCO ICT. All rights reserved.