Package ftbsc.geb.exceptions
Class MissingInterfaceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ftbsc.geb.exceptions.MissingInterfaceException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingInterfaceException extends java.lang.RuntimeException
Thrown when a parent of a listener method does not implement the appropriate interface,- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingInterfaceException(java.lang.String clazz, java.lang.String method)
The public constructor.
-