Package ftbsc.geb.exceptions
Class BadListenerArgumentsException.Count
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ftbsc.geb.exceptions.BadListenerArgumentsException
-
- ftbsc.geb.exceptions.BadListenerArgumentsException.Count
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BadListenerArgumentsException
public static class BadListenerArgumentsException.Count extends BadListenerArgumentsException
Thrown when the number of arguments is off.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ftbsc.geb.exceptions.BadListenerArgumentsException
BadListenerArgumentsException.Count, BadListenerArgumentsException.Type
-
-
Constructor Summary
Constructors Constructor Description Count(java.lang.String clazz, java.lang.String method, int count)
The public constructor.
-