com.jpattern.orm.exception.sql
Class OrmSqlBadGrammarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jpattern.orm.exception.OrmException
com.jpattern.orm.exception.sql.OrmSqlException
com.jpattern.orm.exception.sql.OrmSqlBadGrammarException
- All Implemented Interfaces:
- Serializable
public class OrmSqlBadGrammarException
- extends OrmSqlException
Exception thrown when SQL specified is invalid.
- Author:
- cinafr
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OrmSqlBadGrammarException
public OrmSqlBadGrammarException(Exception e)
OrmSqlBadGrammarException
public OrmSqlBadGrammarException(String message,
Exception e)
Copyright © 2013. All Rights Reserved.