jdsl.map.api
Class PlanarityViolationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.graph.api.GraphException
                          |
                          +--jdsl.map.api.PlanarityViolationException
All Implemented Interfaces:
java.io.Serializable

public class PlanarityViolationException
extends GraphException

Version:
$Revision: 1.2 $, $Date: 1999/07/30 16:28:27 $
Author:
Luca Vismara (lv)
See Also:
Serialized Form

Constructor Summary
PlanarityViolationException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlanarityViolationException

public PlanarityViolationException(java.lang.String message)