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.
-
PlanarGraphException()
- Constructs an PlanarGraphException with no detail message.
-
PlanarGraphException(String)
- Constructs an PlanarGraphException with the specified
detail message.
PlanarGraphException
public PlanarGraphException()
- Constructs an PlanarGraphException with no detail message.
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