Package io.fluentlenium.core.hook
Class HookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluentlenium.core.hook.HookException
- All Implemented Interfaces:
Serializable
Exception that can occur when applying a hook.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HookException
Creates a new hook exception.- Parameters:
cause
- exception cause
-