y.base
Class WrongGraphStructure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--y.base.WrongGraphStructure
All Implemented Interfaces:
Serializable

public class WrongGraphStructure
extends IllegalArgumentException

Exception thrown when a graph-structural precondition is violated. Some graph algorithms make only sense on specially structured graphs, e.g. trees, dags or planar graphs. Methods that detect graph-structural mismatch will throw this exception then.

See Also:
Serialized Form

Constructor Summary
WrongGraphStructure(String msg)
           
 
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

WrongGraphStructure

public WrongGraphStructure(String msg)

© Copyright 2000-2003,
yWorks GmbH.
All rights reserved.

2003