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