com.larvalabs.megamap
Class MegaMapException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.larvalabs.megamap.MegaMapException
All Implemented Interfaces:
java.io.Serializable

public class MegaMapException
extends java.lang.Exception

Created by IntelliJ IDEA. User: jwat Date: Jan 24, 2005 Time: 3:15:33 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
MegaMapException(java.lang.String s)
           
MegaMapException(java.lang.String s, java.lang.Throwable throwable)
           
MegaMapException(java.lang.Throwable throwable)
           
 
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

MegaMapException

public MegaMapException(java.lang.String s)

MegaMapException

public MegaMapException(java.lang.Throwable throwable)

MegaMapException

public MegaMapException(java.lang.String s,
                        java.lang.Throwable throwable)