jdsl.map.api
Class InvalidOrderException

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

public class InvalidOrderException
extends GraphException

Version:
$Id: InvalidOrderException.java,v 1.1 2000/10/12 19:41:06 lv Exp $
Author:
Luca Vismara (lv)
See Also:
Serialized Form

Constructor Summary
InvalidOrderException(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

InvalidOrderException

public InvalidOrderException(java.lang.String message)