nu.dll.pong
Class PongException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--nu.dll.pong.PongException
All Implemented Interfaces:
java.io.Serializable

public class PongException
extends java.lang.RuntimeException

Thrown whenever an internal error has occured that cannot be handled further by the throwing class/instance/whatever.

See Also:
Serialized Form

Constructor Summary
PongException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PongException

public PongException(java.lang.String s)