Package greenfoot.junitUtils
Class WorldConstructorNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- greenfoot.junitUtils.WorldConstructorNotFound
-
- All Implemented Interfaces:
java.io.Serializable
public class WorldConstructorNotFound extends java.lang.Exception
No contructor of the world class has been found that has a parameter list that matches the one specified.- Author:
- francisco.guerra@ulpgc.es
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorldConstructorNotFound()
-