diplomacy
Class DiplException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--diplomacy.DiplException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DiplConnectException, DiplDirException, DiplNewException

abstract class DiplException
extends Exception

Diese Exception ist die grundlegende Klasse aller Exception des Diplomacy-Projekts.

See Also:
Serialized Form

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

Constructor Detail

DiplException

DiplException(String message)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable