FileDocCategorySizeDatePackage
WormException.javaAPI DocJ2ME MIDP 2.0569Thu Nov 07 12:02:20 GMT 2002example.wormgame

WormException

public class WormException extends Exception
A WormException occurs whenever the worm dies. It's a quick way to get to the main update loop to restart the game.

Fields Summary
Constructors Summary
public WormException(String message)

	super(message);
    
Methods Summary