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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DiplException
DiplException(String message)
toString
public String toString()
- Overrides:
toString
in class Throwable