Package zombie.world
Class WorldDictionaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
zombie.world.WorldDictionaryException
- All Implemented Interfaces:
java.io.Serializable
public class WorldDictionaryException
extends java.lang.Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description WorldDictionaryException(java.lang.String string)
WorldDictionaryException(java.lang.String string, java.lang.Throwable throwable)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
WorldDictionaryException
public WorldDictionaryException(java.lang.String string) -
WorldDictionaryException
public WorldDictionaryException(java.lang.String string, java.lang.Throwable throwable)
-