wyvern.kernel.maps
Class CorruptedMapException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywyvern.kernel.maps.CorruptedMapException
All Implemented Interfaces:
java.io.Serializable

public class CorruptedMapException
extends java.lang.Exception

This Exception is thrown to indicate that the map file is corrupted.

Version:
1.0, Nov 26, 1997
Author:
Steve Yegge
See Also:
Serialized Form

Constructor Summary
CorruptedMapException()
          Constructs a new CorruptedMapException
CorruptedMapException(java.lang.String msg)
          Constructs a new CorruptedMapException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorruptedMapException

public CorruptedMapException()
Constructs a new CorruptedMapException


CorruptedMapException

public CorruptedMapException(java.lang.String msg)
Constructs a new CorruptedMapException