Package dev.voidframework.web.exception
Class FilterException.LoadFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.FilterException
dev.voidframework.web.exception.FilterException.LoadFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FilterException
Exception indicates that Filter class can't be loaded.
- 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
-
LoadFailure
Build a new instance.- Parameters:
filterClassName- The Filter class name
-