Package ftbsc.geb.exceptions
Class BadListenerArgumentsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ftbsc.geb.exceptions.BadListenerArgumentsException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadListenerArgumentsException.Count
,BadListenerArgumentsException.Type
public class BadListenerArgumentsException extends java.lang.RuntimeException
Thrown when there is something wrong with a listener method.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BadListenerArgumentsException.Count
Thrown when the number of arguments is off.static class
BadListenerArgumentsException.Type
Thrown when the argument is of the wrong type.
-
Constructor Summary
Constructors Modifier Constructor Description protected
BadListenerArgumentsException(java.lang.String message)
The constructor.
-