Package dev.voidframework.web.exception
Class FilterException.Overflow
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.FilterException
dev.voidframework.web.exception.FilterException.Overflow
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FilterException
Exception indicates that an overflow occur during the filter chain processing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.web.exception.FilterException
FilterException.LoadFailure, FilterException.Overflow -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Overflow
public Overflow(int currentIndex, int filterListSize) Build a new instance.- Parameters:
currentIndex- The current index positionfilterListSize- The filter list size
-