public class DbSqlBuilderException extends DbOomException
UncheckedException.CallableVoid| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
queryString  | 
cause, CAUSE_DIV, showCauseDetails| Constructor and Description | 
|---|
DbSqlBuilderException(java.lang.String message)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getMessage()
Returns the detail message, including the message from the nested exception if there is one. 
 | 
void | 
setQueryString(java.lang.String queryString)  | 
callAndWrapException, getCause, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrappublic void setQueryString(java.lang.String queryString)
public java.lang.String getMessage()
UncheckedExceptiongetMessage in class UncheckedExceptionCopyright © 2003-present Jodd Team