Package com.jsql.model.exception
Class LoopDetectedSlidingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jsql.model.exception.JSqlException
com.jsql.model.exception.AbstractSlidingException
com.jsql.model.exception.LoopDetectedSlidingException
- All Implemented Interfaces:
Serializable
Exception class thrown during normal injection process,
concerns every step when user interact with
database elements (database, table, column).
- See Also:
-
Constructor Summary
ConstructorDescriptionLoopDetectedSlidingException
(String slidingWindowAllRows, String slidingWindowCurrentRows) -
Method Summary
Methods inherited from class com.jsql.model.exception.AbstractSlidingException
getSlidingWindowAllRows, getSlidingWindowCurrentRows
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoopDetectedSlidingException
-