Package io.fluentlenium.core.components
Class ComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluentlenium.core.components.ComponentException
- All Implemented Interfaces:
Serializable
Thrown when something wrong occurs with a component.
- See Also:
-
Constructor Summary
ConstructorDescriptionComponentException
(String message) Creates a new component exception.ComponentException
(String message, Throwable cause) Creates a new component 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
-
ComponentException
Creates a new component exception.- Parameters:
message
- exception message
-
ComponentException
Creates a new component exception.- Parameters:
message
- exception messagecause
- exception cause
-