dip.gui.map
Class MapException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydip.gui.map.MapException
All Implemented Interfaces:
java.io.Serializable

public class MapException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MapException()
          Constructs a new exception with null as its detail message.
MapException(java.lang.String message)
          Constructs a new exception with the specified detail message.
MapException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
MapException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause and a detail message of (cause==null ?
 
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

MapException

public MapException()
Constructs a new exception with null as its detail message.


MapException

public MapException(java.lang.String message)
Constructs a new exception with the specified detail message.


MapException

public MapException(java.lang.String message,
                    java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.


MapException

public MapException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.