File
Doc
Category
Size
Date
Package
WormException.java
API Doc
J2ME MIDP 2.0
569
Thu Nov 07 12:02:20 GMT 2002
example.wormgame
WormException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Java Code Source