Class dnx.geom.PlanarGraphException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.geom.PlanarGraphException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----dnx.geom.PlanarGraphException

public class PlanarGraphException
extends RuntimeException
An PlanarGraphException is thrown when there is an attempt to perform a planar graph operation on a planar graph of an incorrect type.

Constructor Index

 o PlanarGraphException()
Constructs an PlanarGraphException with no detail message.
 o PlanarGraphException(String)
Constructs an PlanarGraphException with the specified detail message.

Constructors

 o PlanarGraphException
  public PlanarGraphException()
Constructs an PlanarGraphException with no detail message.
 o PlanarGraphException
  public PlanarGraphException(String s)
Constructs an PlanarGraphException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index