Package io.fluentlenium.core.inject
Class FluentInjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluentlenium.core.inject.FluentInjectException
- All Implemented Interfaces:
Serializable
Exception thrown when a Page can't be initialized.
- See Also:
-
Constructor Summary
ConstructorDescriptionFluentInjectException
(String message) Creates a new fluent inject exceptionFluentInjectException
(String message, Throwable cause) Creates a new fluent inject exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FluentInjectException
Creates a new fluent inject exception- Parameters:
message
- exception message
-
FluentInjectException
Creates a new fluent inject exception- Parameters:
message
- exception messagecause
- exception cause
-