All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ejmf.toolkit.multiplayer.MultiPlayerStateException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----ejmf.toolkit.multiplayer.MultiPlayerException
                           |
                           +----ejmf.toolkit.multiplayer.MultiPlayerStateException

public class MultiPlayerStateException
extends MultiPlayerException
Exception thrown by MultiPlayer when an operation is attempted while MultiPlayer is in illegal state for that operation.


Constructor Index

 o MultiPlayerStateException()
Create a MultiPlayerStateException.
 o MultiPlayerStateException(String)
Create a MultiPlayerStateException and include a descriptive message.

Constructors

 o MultiPlayerStateException
 public MultiPlayerStateException()
Create a MultiPlayerStateException.

 o MultiPlayerStateException
 public MultiPlayerStateException(String msg)
Create a MultiPlayerStateException and include a descriptive message.

Parameters:
msg - Description of exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index