public class AccidentalBlankQueryException extends RuntimeException
Support DBvolution at Patreon
| Constructor and Description |
|---|
AccidentalBlankQueryException()
Thrown when a DBQuery or DBTable attempts to run a query without any
parameters and without explicitly allowing blank queries.
|
AccidentalBlankQueryException(boolean blankQueryAllowed,
boolean willCreateBlankQuery,
boolean hasNoRawSQL) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccidentalBlankQueryException()
public AccidentalBlankQueryException(boolean blankQueryAllowed,
boolean willCreateBlankQuery,
boolean hasNoRawSQL)
Copyright © 2017. All Rights Reserved.